Skip to content

Commit

Permalink
Allow ruff to fix everything possible
Browse files Browse the repository at this point in the history
  • Loading branch information
StSav012 committed Jun 17, 2024
1 parent 8767a44 commit e5fedc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,6 @@ write_to = 'src/psk_viewer/_version.py'
version = {attr = 'psk_viewer._version.__version__'}

[tool.ruff.lint]
fixable = ["ALL"]
unfixable = []
select = ["NPY201"]

0 comments on commit e5fedc8

Please sign in to comment.