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 7212f43 commit 1b98b56Copy full SHA for 1b98b56
.pre-commit-config.yaml
@@ -2,6 +2,23 @@ default_language_version:
2
python: python3
3
4
repos:
5
+ - repo: https://github.com/pre-commit/pre-commit-hooks
6
+ rev: "v5.0.0"
7
+ hooks:
8
+ - id: check-added-large-files
9
+ args: ["--maxkb=1024"]
10
+ - id: check-case-conflict
11
+ - id: check-docstring-first
12
+ - id: check-executables-have-shebangs
13
+ - id: check-json
14
+ - id: check-merge-conflict
15
+ - id: check-toml
16
+ - id: check-yaml
17
+ args: ["--allow-multiple-documents"]
18
+ - id: debug-statements
19
+ - id: detect-private-key
20
+ - id: mixed-line-ending
21
+
22
- repo: https://github.com/asottile/pyupgrade
23
rev: "v3.19.0"
24
hooks:
0 commit comments