Skip to content

Commit 2cd50c7

Browse files
authored
❗️ Upgrade pre-commit hooks
- 🗑 Remove Prettier from pre-commit - ❗️ Run pre-commit autoupdate PR #291
1 parent 1dbb593 commit 2cd50c7

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
# - id: check-hooks-apply
99
# - id: check-useless-excludes
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.2.0
11+
rev: v4.6.0
1212
hooks:
1313
- id: check-added-large-files
1414
args: [--maxkb=500]
@@ -25,20 +25,16 @@ repos:
2525
args: [--fix=lf]
2626
- id: requirements-txt-fixer
2727
- id: trailing-whitespace
28-
- repo: https://github.com/pre-commit/mirrors-prettier
29-
rev: v2.6.2
30-
hooks:
31-
- id: prettier
3228
- repo: https://github.com/pycqa/isort
33-
rev: 5.10.1
29+
rev: 5.13.2
3430
hooks:
3531
- id: isort
3632
- repo: https://github.com/psf/black
37-
rev: 22.3.0
33+
rev: 24.8.0
3834
hooks:
3935
- id: black
4036
- repo: https://github.com/PyCQA/flake8
41-
rev: 4.0.1
37+
rev: 7.1.1
4238
hooks:
4339
- id: flake8
4440
args: ["--config=.flake8"]
@@ -53,12 +49,12 @@ repos:
5349
pep8-naming,
5450
]
5551
- repo: https://github.com/asottile/pyupgrade
56-
rev: v2.32.1
52+
rev: v3.17.0
5753
hooks:
5854
- id: pyupgrade
5955
args: [--py36-plus]
6056
- repo: https://github.com/mgedmin/check-manifest
61-
rev: "0.48"
57+
rev: "0.49"
6258
hooks:
6359
- id: check-manifest
6460
args: [--no-build-isolation]

0 commit comments

Comments
 (0)