Skip to content

Commit a9ac100

Browse files
committed
autoupdate precommit hooks
1 parent 8afc145 commit a9ac100

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
fail_fast: false
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.3.0
7+
rev: v4.4.0
88
hooks:
99
- id: check-ast
1010
- id: check-merge-conflict
@@ -14,15 +14,15 @@ repos:
1414
- id: end-of-file-fixer
1515
types: [python]
1616
- repo: https://github.com/pycqa/flake8
17-
rev: 3.9.2
17+
rev: 6.0.0
1818
hooks:
1919
- id: flake8
2020
name: flake8-blocking
2121
args: [ '--isolated', '--select=P,F401,F821,F901', '--ignore=P101,P102' ]
2222
additional_dependencies:
2323
- flake8-string-format
2424
- repo: https://github.com/psf/black
25-
rev: 22.6.0
25+
rev: 23.7.0
2626
hooks:
2727
- id: black
2828
- repo: local

0 commit comments

Comments
 (0)