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 29c1997 commit 95546ccCopy full SHA for 95546cc
.pre-commit-config.yaml
@@ -1,16 +1,12 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.4.0
+ rev: v5.0.0
4
hooks:
5
- id: end-of-file-fixer
6
- id: trailing-whitespace
7
- repo: https://github.com/charliermarsh/ruff-pre-commit
8
- rev: 'v0.6.4'
+ rev: v0.11.10
9
10
- id: ruff
11
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
+
0 commit comments