Skip to content

Commit 8592aec

Browse files
pre-commit-ci[bot]lcnittl
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.7.0 → 5.8.0](PyCQA/isort@5.7.0...5.8.0) - [github.com/asottile/setup-cfg-fmt: v1.16.0 → v1.17.0](asottile/setup-cfg-fmt@v1.16.0...v1.17.0) - [github.com/asottile/pyupgrade: v2.7.4 → v2.14.0](asottile/pyupgrade@v2.7.4...v2.14.0) - [github.com/psf/black: 20.8b1 → 21.4b2](psf/black@20.8b1...21.4b2) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.8.4 → 3.9.1](PyCQA/flake8@3.8.4...3.9.1)
1 parent b063fb7 commit 8592aec

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
@@ -22,31 +22,31 @@ repos:
2222
always_run: false
2323
types: [python]
2424
- repo: https://github.com/PyCQA/isort
25-
rev: 5.7.0
25+
rev: 5.8.0
2626
hooks:
2727
- id: isort
2828
additional_dependencies:
2929
- toml
3030
- repo: https://github.com/asottile/setup-cfg-fmt
31-
rev: v1.16.0
31+
rev: v1.17.0
3232
hooks:
3333
- id: setup-cfg-fmt
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v2.7.4
35+
rev: v2.14.0
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py36-plus]
3939
- repo: https://github.com/psf/black
40-
rev: 20.8b1
40+
rev: 21.4b2
4141
hooks:
4242
- id: black
4343
- repo: https://github.com/PyCQA/bandit
4444
rev: 1.7.0
4545
hooks:
4646
- id: bandit
4747
args: [--recursive, --quiet]
48-
- repo: https://gitlab.com/pycqa/flake8
49-
rev: 3.8.4
48+
- repo: https://github.com/PyCQA/flake8
49+
rev: 3.9.1
5050
hooks:
5151
- id: flake8 # E***, W***, F***
5252
additional_dependencies:

0 commit comments

Comments
 (0)