diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f110d6b4a9ea7e7b870651f6d2e783b91a0d9eff..44d29285112ef40a9a5c72910b93ff1b9661af21 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: rev: "23.9.1" hooks: - id: black - language_version: python3.9 + language_version: python args: ["-l", "100"] - repo: https://github.com/asottile/pyupgrade rev: "v3.1.0"