mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-14 00:14:46 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
c609b69914
commit
a20ce903c7
3 changed files with 15 additions and 4 deletions
|
|
@ -10,8 +10,12 @@ from flake8.options import config
|
|||
CLI_SPECIFIED_FILEPATH = "tests/fixtures/config_files/cli-specified.ini"
|
||||
BROKEN_CONFIG_PATH = "tests/fixtures/config_files/broken.ini"
|
||||
|
||||
CLI_SPECIFIED_PYPROJECT_CONFIG_PATH = "tests/fixtures/config_files/cli-specified-pyproject.toml" # noqa: E501
|
||||
BROKEN_PYPROJECT_CONFIG_PATH = "tests/fixtures/config_files/broken-pyproject.toml" # noqa: E501
|
||||
CLI_SPECIFIED_PYPROJECT_CONFIG_PATH = (
|
||||
"tests/fixtures/config_files/cli-specified-pyproject.toml" # noqa: E501
|
||||
)
|
||||
BROKEN_PYPROJECT_CONFIG_PATH = (
|
||||
"tests/fixtures/config_files/broken-pyproject.toml" # noqa: E501
|
||||
)
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue