Skip to content

Commit

Permalink
[tests] remove ruff settings (maybe used later)
Browse files Browse the repository at this point in the history
Change-Id: Iff58b67fcfbdcacc5a67e2cf713319832013fbe2
  • Loading branch information
xqt committed Jul 3, 2024
1 parent a6aa6e9 commit 938c904
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,26 +125,3 @@ Repository = "https://gerrit.wikimedia.org/r/plugins/gitiles/pywikibot/core/"
Download = "https://www.pywikibot.org"
Changelog = "https://doc.wikimedia.org/pywikibot/master/changelog.html"
Tracker = "https://phabricator.wikimedia.org/tag/pywikibot/"

[tool.ruff]
line-length = 80

[tool.ruff.format]
quote-style = "single"
docstring-code-format = true

[tool.ruff.lint]
select = [
# pycodestyle
"E",
# Pyflakes
"F",
# pyupgrade
"UP",
# flake8-bugbear
"B",
# flake8-simplify
"SIM",
# isort
"I",
]

0 comments on commit 938c904

Please sign in to comment.