diff options
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index af91a5e..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,14 +0,0 @@ -repos: - - repo: https://github.com/psf/black.git - rev: 23.7.0 - hooks: - - id: black - - repo: https://github.com/pre-commit/mirrors-mypy - rev: '' - hooks: - - id: mypy - - repo: https://github.com/pylint-dev/pylint.git - rev: v2.17.5 - hooks: - - id: pylint -
\ No newline at end of file |