Skip to content

Commit 9e8e7bf

Browse files
pre-commit-ci[bot]Cadair
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1) - https://github.com/timothycrosley/isorthttps://github.com/PyCQA/isort - [github.com/PyCQA/isort: 5.9.3 → 5.10.1](PyCQA/isort@5.9.3...5.10.1) - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](pre-commit/pre-commit-hooks@v4.0.1...v4.1.0)
1 parent 037ed5a commit 9e8e7bf

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
@@ -59,8 +59,8 @@ repos:
5959
# W604 - Use "repr()" instead of backticks.
6060
# W605 - Fix invalid escape sequence 'x'.
6161
# W690 - Fix various deprecated code (via lib2to3).
62-
- repo: https://gitlab.com/pycqa/flake8
63-
rev: 3.9.2
62+
- repo: https://github.com/PyCQA/flake8
63+
rev: 4.0.1
6464
hooks:
6565
- id: flake8
6666
args: ['--count', '--select', 'E101,E11,E111,E112,E113,E121,E122,E123,E124,E125,E126,E127,E128,E129,E131,E133,E20,E211,E231,E241,E242,E251,E252,E26,E265,E266,E27,E301,E302,E303,E304,E305,E306,E401,E402,E502,E701,E711,E712,E713,E714,E722,E731,E901,E902,F822,F823,W191,W291,W292,W293,W391,W601,W602,W603,W604,W605,W690']
@@ -71,14 +71,14 @@ repos:
7171
- id: autoflake
7272
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
7373
exclude: ".*(.fits|.fts|.fit|.txt|tca.*|extern.*|.rst|.md|__init__.py|mpl_animators/extern|docs/conf.py)$"
74-
- repo: https://github.com/timothycrosley/isort
75-
rev: 5.9.3
74+
- repo: https://github.com/PyCQA/isort
75+
rev: 5.10.1
7676
hooks:
7777
- id: isort
7878
args: ['--sp','setup.cfg']
7979
exclude: ".*(.fits|.fts|.fit|.txt|tca.*|extern.*|.rst|.md|mpl_animators/extern|docs/conf.py)$"
8080
- repo: https://github.com/pre-commit/pre-commit-hooks
81-
rev: v4.0.1
81+
rev: v4.1.0
8282
hooks:
8383
- id: check-ast
8484
- id: check-case-conflict

0 commit comments

Comments
 (0)