Skip to content

Commit

Permalink
Add flake8-pytest-style
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiggi committed Apr 2, 2024
1 parent 2e9506d commit 01e82d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disdrodb/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def create_fake_raw_data_file(


@pytest.fixture()
def create_test_config_files(request):
def create_test_config_files(request): # noqa PT004
"""Create the specified config files into a temporary "test" directory.
This fixture facilitates the creation of configuration files from provided dictionaries.
Expand Down

0 comments on commit 01e82d6

Please sign in to comment.