mirror of
https://github.com/bellingcat/auto-archiver-api.git
synced 2026-06-08 03:28:35 +03:00
Format and lint the tests directory (#58)
This commit is contained in:
@@ -5,7 +5,7 @@ repos:
|
||||
- id: nbqa-ruff
|
||||
args:
|
||||
- --fix
|
||||
- --target-version=py311
|
||||
- --target-version=py310
|
||||
- --ignore=E721,E722
|
||||
- --line-length=80
|
||||
- id: nbqa-black
|
||||
@@ -62,18 +62,17 @@ repos:
|
||||
- --line-length=80
|
||||
|
||||
# - repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
# rev: v0.4.10
|
||||
# rev: v0.9.7
|
||||
# hooks:
|
||||
# - id: ruff
|
||||
# types_or: [python,pyi]
|
||||
# args:
|
||||
# - --fix
|
||||
# - --target-version=py311
|
||||
# - --select=B,C,E,F,W,B9
|
||||
# - --line-length=80
|
||||
# - --ignore=E203,E402,E501,E261
|
||||
# - id: ruff-format
|
||||
# types_or: [ python,pyi]
|
||||
# args:
|
||||
# - --target-version=py311
|
||||
# - --target-version=py310
|
||||
# - --line-length=80
|
||||
|
||||
Reference in New Issue
Block a user