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 e7aca52 commit f509376Copy full SHA for f509376
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 23.10.1
+ rev: 23.12.1
4
hooks:
5
- id: black
6
args: [--safe, --quiet, --line-length=88]
@@ -25,7 +25,7 @@ repos:
25
args: ['--branch', 'master']
26
27
- repo: https://github.com/PyCQA/flake8
28
- rev: 6.1.0
+ rev: 7.0.0
29
30
- id: flake8
31
language_version: python3
@@ -46,7 +46,7 @@ repos:
46
args: [--py3-plus]
47
48
- repo: https://github.com/pre-commit/mirrors-eslint
49
- rev: v8.52.0
+ rev: v9.0.0-alpha.1
50
51
- id: eslint
52
additional_dependencies:
0 commit comments