Skip to content

Commit

Permalink
Add new linter teyit for deprecated assert statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
sallner committed Sep 21, 2023
1 parent 6f609ac commit decedb0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ repos:
additional_dependencies:
- flake8-coding
- flake8-debugger
- repo: https://github.com/isidentical/teyit
rev: 0.4.3
hooks:
- id: teyit
exclude: src/App/tests/fixtures/error.py # invalid syntax
- repo: https://github.com/mgedmin/check-manifest
rev: "0.49"
hooks:
Expand Down

0 comments on commit decedb0

Please sign in to comment.