Skip to content

Commit

Permalink
Fix formating of setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
SukiCZ committed Jan 18, 2024
1 parent 8d098a1 commit 94d6416
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,9 @@ universal = 1

[flake8]
exclude = docs
# TODO: lower to 80 later
max-line-length = 120

[tool:pytest]
markers =
integration: mark a test as an integration test

# Skip integration tests by default
integration: mark a test as an integration test
addopts = -m "not integration" --ignore=setup.py

0 comments on commit 94d6416

Please sign in to comment.