Skip to content

Commit

Permalink
adding pre-commit for tssw
Browse files Browse the repository at this point in the history
  • Loading branch information
Vebop committed Sep 29, 2024
1 parent 46ea445 commit 9826835
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,7 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
.pre-commit-config.yaml
.flake8
.isort.cfg
.mypy.ini
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ repos:
rev: 0.7.1
hooks:
- id: nbstripout

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
clang-format: false
flake8: true
format-xmllint: false
isort: true
mypy: true
check-yaml: true
check-xml: true
ruff: false
towncrier: false

0 comments on commit 9826835

Please sign in to comment.