Skip to content

Commit a762080

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.4.0](pre-commit/pre-commit-hooks@v4.0.1...v4.4.0) - https://github.com/timothycrosley/isorthttps://github.com/PyCQA/isort - [github.com/PyCQA/isort: 5.9.3 → 5.11.4](PyCQA/isort@5.9.3...5.11.4) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.9.2 → 6.0.0](PyCQA/flake8@3.9.2...6.0.0)
1 parent 604c449 commit a762080

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ fail_fast: true
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.0.1
7+
rev: v4.4.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: check-yaml
1111

12-
- repo: https://github.com/timothycrosley/isort
13-
rev: 5.9.3
12+
- repo: https://github.com/PyCQA/isort
13+
rev: 5.11.4
1414
hooks:
1515
- id: isort
1616

17-
- repo: https://gitlab.com/pycqa/flake8
18-
rev: 3.9.2
17+
- repo: https://github.com/PyCQA/flake8
18+
rev: 6.0.0
1919
hooks:
2020
- id: flake8
2121
args: ['--config=setup.cfg', '--ignore=F401,F811,W391,E231,F405,E226,E501']

0 commit comments

Comments
 (0)