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 a6887d3 commit af6b38eCopy full SHA for af6b38e
.pre-commit-config.yaml
@@ -6,10 +6,21 @@ repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
rev: v5.0.0
8
hooks:
9
- - id: trailing-whitespace
10
- - id: end-of-file-fixer
11
- - id: check-yaml
12
- id: check-added-large-files
+ - id: check-ast
+ - id: check-builtin-literals
+ - id: check-docstring-first
13
+ - id: check-executables-have-shebangs
14
+ - id: check-merge-conflict
15
+ - id: check-symlinks
16
+ - id: check-toml
17
+ - id: check-yaml
18
+ - id: debug-statements
19
+ - id: end-of-file-fixer
20
+ - id: mixed-line-ending
21
+ - id: name-tests-test
22
+ - id: requirements-txt-fixer
23
+ - id: trailing-whitespace
24
- repo: https://github.com/astral-sh/ruff-pre-commit
25
rev: v0.11.2 # ruff version
26
0 commit comments