Update ruff

This commit is contained in:
Peter Cock
2023-11-01 12:37:20 +00:00
parent e4903bbb60
commit 129d1072d0

View File

@ -19,8 +19,9 @@ repos:
- id: black
args: [--check,--target-version,py38]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.284
rev: v0.1.3
hooks:
# Run the Ruff linter.
- id: ruff
args: ['--extend-ignore=E501,F401,F841']
- repo: https://github.com/PyCQA/flake8