8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, s 8000 ee our documentation.
There was an error while loading. Please reload this page.
2 parents ceeca32 + 0501bbc commit eb8ec65Copy full SHA for eb8ec65
.pre-commit-config.yaml
@@ -1,24 +1,24 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.1.0
+ rev: v4.4.0
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
7
- repo: https://github.com/PyCQA/isort
8
- rev: 5.10.1
+ rev: 5.12.0
9
10
- id: isort
11
- repo: https://github.com/psf/black
12
- rev: 21.12b0
+ rev: 22.12.0
13
14
- id: black
15
args: [--safe, --quiet]
16
- repo: https://github.com/Pierre-Sassoulas/black-disable-checker/
17
- rev: 1.0.1
+ rev: v1.1.3
18
19
- id: black-disable-checker
20
- repo: https://github.com/PyCQA/flake8
21
- rev: 4.0.1
+ rev: 6.0.0
22
23
- id: flake8
24
additional_dependencies: [flake8-typing-imports==1.10.1]
0 commit comments