diff --git a/.gitignore b/.gitignore index 82f9275..2081dca 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 30cd345..ed4d03f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,3 +8,4 @@ repos: rev: 0.7.1 hooks: - id: nbstripout + diff --git a/.ts_pre_commit_config.yaml b/.ts_pre_commit_config.yaml new file mode 100644 index 0000000..6491e4d --- /dev/null +++ b/.ts_pre_commit_config.yaml @@ -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 \ No newline at end of file