Skip to content

Commit c79f507

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.3.0](pre-commit/pre-commit-hooks@v3.4.0...v4.3.0) - [github.com/pycqa/isort: 5.8.0 → 5.10.1](PyCQA/isort@5.8.0...5.10.1) - [github.com/PyCQA/flake8: 3.9.0 → 5.0.4](PyCQA/flake8@3.9.0...5.0.4)
1 parent ddbcf35 commit c79f507

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)