1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-10 09:35:34 +00:00

Enable E, W and F linters for ruff

This commit is contained in:
Jair Henrique
2023-06-26 17:07:59 -03:00
parent 6b2fc182c3
commit 016a394f2c
11 changed files with 33 additions and 43 deletions

View File

@@ -37,6 +37,7 @@ skipsdist = True
commands =
black --version
black --check --diff .
ruff --version
ruff check .
deps =
black
@@ -100,6 +101,3 @@ passenv =
AWS_ACCESS_KEY_ID
AWS_DEFAULT_REGION
AWS_SECRET_ACCESS_KEY
[flake8]
max_line_length = 110