Skip to content

Commit

Permalink
Add teyit exclude for broken file.
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Aug 23, 2024
1 parent 7676fba commit c4284f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,6 @@ ignore-bad-ideas = [
ignore = [
"docs/locale/*/LC_MESSAGES/*.mo",
]

[pre-commit]
teyit-exclude = "App/tests/fixtures/error\\.py"
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ repos:
rev: 0.4.3
hooks:
- id: teyit
exclude: App/tests/fixtures/error\.py
- repo: https://github.com/PyCQA/flake8
rev: "7.1.1"
hooks:
Expand Down

0 comments on commit c4284f6

Please sign in to comment.