mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-19 15:12:04 -04:00
add posargs to pep8
we want to be able to specify --output-file
Change-Id: Ib4e992d47587385a50c35ca915bc5adcb2ca49fa
(cherry picked from commit 7ff6cf1eaa)
This commit is contained in:
@@ -92,7 +92,7 @@ deps=
|
||||
pydocstyle<4.0.0
|
||||
# used by flake8-rst-docstrings
|
||||
pygments
|
||||
commands = flake8 ./lib/ ./test/ ./examples/ setup.py
|
||||
commands = flake8 ./lib/ ./test/ ./examples/ setup.py {posargs}
|
||||
|
||||
# command run in the github action when cext are active.
|
||||
[testenv:github-cext]
|
||||
|
||||
Reference in New Issue
Block a user