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 f72e381 commit 245f5ccCopy full SHA for 245f5cc
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v5.0.0
4
hooks:
5
- id: end-of-file-fixer
6
- id: trailing-whitespace
@@ -17,14 +17,14 @@ repos:
17
- id: fix-byte-order-marker
18
19
- repo: https://github.com/asottile/pyupgrade
20
- rev: v3.15.2
+ rev: v3.19.1
21
22
- id: pyupgrade
23
args: [ "--py38-plus" ]
24
exclude: ^ecs_files_composer/input.py|docs/
25
26
- repo: https://github.com/psf/black
27
- rev: 24.4.2
+ rev: 24.10.0
28
29
- id: black
30
- repo: https://github.com/pycqa/isort
0 commit comments