diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index 7e2b11f..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,11 +0,0 @@ -repos: -- repo: https://github.com/python/black - rev: stable - hooks: - - id: black - language_version: python3 -- repo: https://github.com/sebdah/git-pylint-commit-hook - rev: 2.5.1 - hooks: - - id: pylint - language_version: python3