Skip to content

Commit 230e1ee

Browse files
[pre-commit.ci] pre-commit autoupdate (#11407)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: J. Nick Koston <[email protected]>
1 parent d9a4714 commit 230e1ee

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ repos:
4848
entry: ./tools/check_changes.py
4949
pass_filenames: false
5050
- repo: https://github.com/pre-commit/pre-commit-hooks
51-
rev: 'v5.0.0'
51+
rev: 'v6.0.0'
5252
hooks:
5353
- id: check-merge-conflict
5454
- repo: https://github.com/asottile/yesqa
@@ -69,7 +69,7 @@ repos:
6969
- id: black
7070
language_version: python3 # Should be a command that runs python
7171
- repo: https://github.com/pre-commit/pre-commit-hooks
72-
rev: 'v5.0.0'
72+
rev: 'v6.0.0'
7373
hooks:
7474
- id: end-of-file-fixer
7575
exclude: >-
@@ -94,8 +94,6 @@ repos:
9494
- id: check-added-large-files
9595
- id: check-symlinks
9696
- id: fix-byte-order-marker
97-
- id: fix-encoding-pragma
98-
args: ['--remove']
9997
- id: detect-aws-credentials
10098
args: ['--allow-missing-credentials']
10199
- id: detect-private-key

0 commit comments

Comments
 (0)