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.
1 parent 01a4e2b commit 6a66062Copy full SHA for 6a66062
.pre-commit-config.yaml
@@ -1,11 +1,11 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 22.10.0
+ rev: 22.12.0
4
hooks:
5
- id: black
6
language_version: python3
7
- repo: https://github.com/pre-commit/pre-commit-hooks
8
- rev: v4.3.0
+ rev: v4.4.0
9
10
- id: check-added-large-files
11
- id: check-ast
@@ -31,10 +31,10 @@ repos:
31
- id: sort-simple-yaml
32
- id: trailing-whitespace
33
- repo: https://github.com/PyCQA/flake8
34
- rev: 5.0.4
+ rev: 6.0.0
35
36
- id: flake8
37
- repo: https://github.com/PyCQA/isort
38
- rev: 5.10.1
+ rev: 5.11.1
39
40
- id: isort
0 commit comments