We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36cfb70 commit e09f516Copy full SHA for e09f516
1 file changed
.pre-commit-config.yaml
@@ -1,19 +1,4 @@
1
repos:
2
- # Custom import checks
3
- - repo: local
4
- hooks:
5
- - id: check-allowed-chars
6
- name: "Validate allowed character set"
7
- entry: python scripts/check_allowed_chars.py
8
- language: system
9
- types: [text]
10
- pass_filenames: true
11
- - id: detect-circular-imports
12
- name: Detect Circular Imports
13
- entry: python scripts/detect_circular_imports.py
14
15
- pass_filenames: false
16
- always_run: true
17
18
# Ruff linter and formatter
19
- repo: https://github.com/astral-sh/ruff-pre-commit
0 commit comments