Skip to content

Commit

Permalink
Generate pre-commits
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrondel committed Sep 6, 2024
1 parent d889beb commit 8eb2b92
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ pytest_session.txt
.cache/
.pytest_cache
.coverage
.pre-commit-config.yaml
.flake8
.isort.cfg
.mypy.ini
10 changes: 10 additions & 0 deletions .ts_pre_commit_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
black: true
check-xml: true
check-yaml: true
clang-format: false
flake8: true
format-xmllint: false
isort: true
mypy: true
ruff: false
towncrier: false

0 comments on commit 8eb2b92

Please sign in to comment.