Skip to content

Commit d2c299f

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#4)
2 parents ddbcf35 + c79f507 commit d2c299f

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.4.0
3+
rev: v4.3.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-case-conflict
@@ -10,11 +10,11 @@ repos:
1010
- id: check-toml
1111
- id: double-quote-string-fixer
1212
- repo: https://github.com/pycqa/isort
13-
rev: 5.8.0
13+
rev: 5.10.1
1414
hooks:
1515
- id: isort
1616
- repo: https://github.com/PyCQA/flake8
17-
rev: 3.9.0
17+
rev: 5.0.4
1818
hooks:
1919
- id: flake8
2020
args: [--max-line-length=120]

0 commit comments

Comments
 (0)