Skip to content

Commit

Permalink
add ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Feldmann committed Aug 25, 2023
1 parent d0db236 commit cbdf7af
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
28 changes: 27 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ requests = "^2.31.0"
types-PyYAML = "^6.0.12.10"
coverage = "^7.2.0"
pytest-cov = "^4.1.0"
ruff = "^0.0.285"

[tool.coverage.run]
source = ['organize']
Expand Down Expand Up @@ -96,6 +97,10 @@ profile = "black"
skip_gitignore = true
line_length = 88

[tool.black]
line-length = 88
target-version = ['py38']

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit cbdf7af

Please sign in to comment.