Skip to content

Commit 6fa3431

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v6.0.0](pre-commit/pre-commit-hooks@v4.0.1...v6.0.0) - https://github.com/timothycrosley/isorthttps://github.com/PyCQA/isort - [github.com/PyCQA/isort: 5.9.3 → 6.0.1](PyCQA/isort@5.9.3...6.0.1) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.9.2 → 7.3.0](PyCQA/flake8@3.9.2...7.3.0)
1 parent 604c449 commit 6fa3431

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
exclude: 'docs|node_modules|migrations|.git|.tox'
2-
default_stages: [commit]
2+
default_stages: [pre-commit]
33
fail_fast: true
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.0.1
7+
rev: v6.0.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: 6.0.1
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: 7.3.0
1919
hooks:
2020
- id: flake8
2121
args: ['--config=setup.cfg', '--ignore=F401,F811,W391,E231,F405,E226,E501']

0 commit comments

Comments
 (0)