diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index a511db0..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,6 +0,0 @@ -repos: -- repo: https://github.com/psf/black - rev: stable # Replace with the desired Black version - hooks: - - id: black - args: [ --line-length=120 ] # Optional: customize line length