Skip to content

Commit e09f516

Browse files
committed
refactor: remove custom import checks from pre-commit configuration
1 parent 36cfb70 commit e09f516

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,4 @@
11
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-
language: system
15-
pass_filenames: false
16-
always_run: true
172

183
# Ruff linter and formatter
194
- repo: https://github.com/astral-sh/ruff-pre-commit

0 commit comments

Comments
 (0)