diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4f097ba..849d364 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,14 +3,14 @@ repos: rev: 1.9.4 hooks: - id: bandit - files: ^src/mirro/ + files: ^src/filedust/ args: ["-lll", "-iii", "-s", "B110,B112"] - repo: https://github.com/psf/black-pre-commit-mirror rev: 26.3.1 hooks: - id: black - language_version: python3.13 + language_version: python3 - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0