Skip to content

Commit

Permalink
Remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hillairet committed Sep 2, 2023
1 parent eefc72a commit b54a986
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ruff.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Enforce pyflakes(F), pycodestyle(E, W), isort (I), bugbears (B), and pep8-naming (N) rules
select = ["F", "E", "W", "I", "B", "N"]
# Ignore these errors for now that are picked up by ruff but were not by flake8
line-length = 100
exclude = ["tests/exceptions/source"]
[pycodestyle]
Expand Down

0 comments on commit b54a986

Please sign in to comment.