Skip to content

Commit 95546cc

Browse files
committed
updated pre-commit hooks
1 parent 29c1997 commit 95546cc

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v5.0.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77
- repo: https://github.com/charliermarsh/ruff-pre-commit
8-
rev: 'v0.6.4'
8+
rev: v0.11.10
99
hooks:
1010
- id: ruff
1111
args: [--fix, --exit-non-zero-on-fix]
12-
#- repo: https://github.com/ambv/black
13-
# rev: 23.3.0
14-
# hooks:
15-
# - id: black
16-
# language_version: python3
12+

0 commit comments

Comments
 (0)