We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea30f63 commit 5e9d0dcCopy full SHA for 5e9d0dc
.pre-commit-config.yaml
@@ -1,16 +1,16 @@
1
repos:
2
- repo: https://github.com/timothycrosley/isort
3
- rev: 5.6.4
+ rev: 5.10.1
4
hooks:
5
- id: isort
6
language_version: python3.7
7
- repo: https://github.com/python/black
8
- rev: 20.8b1
+ rev: 22.3.0
9
10
- id: black
11
12
- - repo: https://gitlab.com/pycqa/flake8
13
- rev: 3.8.4
+ - repo: https://github.com/pycqa/flake8
+ rev: 4.0.1
14
15
- id: flake8
16
additional_dependencies: [
0 commit comments