diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 04cfc0c..b3a8f0e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,8 +1,6 @@ # Pre-commit is a tool to check for issues in the code at commit time. # Visit the pre-commit documentation for the configuration options. # https://pre-commit.com/#adding-pre-commit-plugins-to-your-project -# Run `pre-commit install` inside the container for the first run. -# Run `pre-commit run --all-files` to run all checks. default_language_version: python: python3.10