Skip to content

Commit 5b6904c

Browse files
update precommit
1 parent 0b28d7c commit 5b6904c

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ repos:
1414
- id: trailing-whitespace
1515
- id: check-added-large-files
1616
- id: check-merge-conflict
17-
- id: fix-encoding-pragma
1817
- id: forbid-new-submodules
1918
- id: requirements-txt-fixer
2019

@@ -25,13 +24,12 @@ repos:
2524
files: cloudformation/.*\.(json|yml|yaml)$
2625
args: ["--ignore-checks=E3030,E3001,E3002,E3012"]
2726

28-
#- repo: https://gitlab.com/pycqa/flake8
29-
# rev: 3.7.9
30-
# hooks:
31-
# - id: flake8
32-
# args: [--max-line-length=99]
33-
3427
- repo: https://github.com/psf/black
3528
rev: 25.9.0
3629
hooks:
3730
- id: black
31+
32+
- repo: https://github.com/asottile/pyupgrade
33+
rev: v3.15.1
34+
hooks:
35+
- id: pyupgrade

0 commit comments

Comments
 (0)