Skip to content

Commit

Permalink
ci: Exclude conf.py from pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Sep 22, 2024
1 parent 2a1dc0b commit 264de0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ repos:
language: 'python'
types: ['file', 'python']
entry: 'uv run mypy'
exclude: 'conf\.py$'

0 comments on commit 264de0c

Please sign in to comment.