We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pre-commit
1 parent 3ca55aa commit af50e96Copy full SHA for af50e96
.pre-commit-config.yaml
@@ -1,22 +1,19 @@
1
-default_language_version:
2
- python: python3.10.2
3
-
4
repos:
5
- repo: https://github.com/pycqa/flake8
6
- rev: 5.0.4
+ rev: 6.0.0
7
hooks:
8
- id: flake8
9
name: flake8
10
11
- repo: https://github.com/pycqa/isort
12
- rev: 5.10.1
+ rev: 5.12.0
13
14
- id: isort
15
name: isort
16
args: [--check]
17
18
- repo: https://github.com/psf/black
19
- rev: 22.10.0
+ rev: 23.1.0
20
21
- id: black
22
name: black
0 commit comments