Skip to content

Commit

Permalink
Add ruff to pyproject (#158)
Browse files Browse the repository at this point in the history
* Add `ruff` to pyproject

* .
  • Loading branch information
max-sixty committed Feb 6, 2024
1 parent 8ca6600 commit be09a3b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
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.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ accept = "pytest_accept"
pytest = ">=6"
python = ">=3.8, <4"

[tool.poetry.dev-dependencies]
[tool.poetry.group.dev.dependencies]
astor = "^0.8.1"
# Keep versions of these five up to date with .pre-commit-config.yaml
black = "^21.7b0"
blackdoc = "^0.3.4"
mypy = "^1.8"
pre-commit = "^2.14.0"
ruff = "^0.2.1"
# Currently causing Windows to break on 3.10
# pdbpp = "^0.10.3"

Expand Down

0 comments on commit be09a3b

Please sign in to comment.