8000
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 0800a00 commit b2eca0fCopy full SHA for b2eca0f
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ ci:
4
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v4.5.0
+ rev: v4.6.0
8
hooks:
9
- id: end-of-file-fixer
10
- id: trailing-whitespace
@@ -22,17 +22,17 @@ repos:
22
23
- id: autoflake
24
- repo: https://github.com/asottile/pyupgrade
25
- rev: v3.15.2
+ rev: v3.16.0
26
27
- id: pyupgrade
28
args: [--py38-plus]
29
- repo: https://github.com/psf/black
30
- rev: 24.3.0
+ rev: 24.4.2
31
32
- id: black
33
language_version: python3 # Should be a command that runs python3.6+
34
- repo: https://github.com/PyCQA/flake8
35
- rev: 7.0.0
+ rev: 7.1.0
36
37
- id: flake8
38
args: [--count, --show-source, --statistics]
0 commit comments