Skip to content

Commit ada549b

Browse files
[pre-commit.ci] pre-commit autoupdate (#318)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.2.0...v4.3.0) - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.2.0...v4.3.0) - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.2.0...v4.3.0) - [github.com/asottile/pyupgrade: v2.32.1 → v2.34.0](asottile/pyupgrade@v2.32.1...v2.34.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9fcee10 commit ada549b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: 'v4.2.0'
3+
rev: 'v4.3.0'
44
hooks:
55
- id: check-merge-conflict
66
exclude: "rst$"
@@ -18,7 +18,7 @@ repos:
1818
- id: black
1919
language_version: python3 # Should be a command that runs python3.6+
2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: 'v4.2.0'
21+
rev: 'v4.3.0'
2222
hooks:
2323
- id: check-case-conflict
2424
- id: check-json
@@ -35,13 +35,13 @@ repos:
3535
- id: debug-statements
3636
# Another entry is required to apply file-contents-sorter to another file
3737
- repo: https://github.com/pre-commit/pre-commit-hooks
38-
rev: 'v4.2.0'
38+
rev: 'v4.3.0'
3939
hooks:
4040
- id: file-contents-sorter
4141
files: |
4242
.gitignore
4343
- repo: https://github.com/asottile/pyupgrade
44-
rev: 'v2.32.1'
44+
rev: 'v2.34.0'
4545
hooks:
4646
- id: pyupgrade
4747
args: ['--py36-plus']

0 commit comments

Comments
 (0)