diff options
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7fa20f2..40f4423 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,9 +12,9 @@ repos: entry: black language: system types: [python] - - id: flake8 - name: flake8 - entry: flake8 + - id: ruff + name: ruff + entry: ruff language: system types: [python] - repo: https://github.com/compilerla/conventional-pre-commit |