Skip to content

Commit

Permalink
Update pyproject.toml with fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
flok committed May 10, 2024
1 parent b923f8b commit 55a722e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,4 @@ dmypy.json
# End of https://www.toptal.com/developers/gitignore/api/python,vscode

pydualsense/interface.py
pydualsense/interface.ui
poetry.locak
pydualsense/interface.ui
30 changes: 0 additions & 30 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ post_test = "task clear"

[tool.poetry_bumpversion.file."pydualsense/__init__.py"]
[tool.poetry_bumpversion.file."pyproject.toml"]
[tool.poetry_bumpversion.file."pyproject.toml"]

[tool.ruff]
fix = true
Expand Down Expand Up @@ -91,35 +90,6 @@ ignore = [
"N806"
]
target-version = "py38"
fix = true
unfixable = [
"ERA", # do not autoremove commented out code
]
extend-select = [
"B", # flake8-bugbear
"C4", # flake8-comprehensions
"ERA", # flake8-eradicate/eradicate
"I", # isort
"N", # pep8-naming
"PIE", # flake8-pie
"PGH", # pygrep
"RUF", # ruff checks
"SIM", # flake8-simplify
"TCH", # flake8-type-checking
"TID", # flake8-tidy-imports
"UP", # pyupgrade
]
ignore = [
"B904", # use 'raise ... from err'
"B905", # use explicit 'strict=' parameter with 'zip()'
"N818", # Exception name should be named with an Error suffix
"RUF001",
"N816",
"ERA001",
"N802",
"N806"
]
target-version = "py38"
exclude = [".venv"]
line-length = 120

Expand Down

0 comments on commit 55a722e

Please sign in to comment.