Skip to content

Commit

Permalink
No need to run flake8 on build, since we run it as a workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fred3m committed Sep 22, 2023
1 parent 4e1898c commit 4573aed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ line_length = 110
[tool.lsst_versions]
write_to = "python/lsst/rubintv/analysis/service/version.py"

[tool.pytest.ini_options]
addopts = "--flake8"
flake8-ignore = ["W503", "E203"]
# The matplotlib test may not release font files.
open_files_ignore = ["*.ttf"]

Expand Down

0 comments on commit 4573aed

Please sign in to comment.