mirror of
https://github.com/biopython/biopython.git
synced 2025-10-20 13:43:47 +08:00
Update ruff
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user