Skip to content

Commit

Permalink
Configure repo-review
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Aug 20, 2024
1 parent eaade56 commit ebd4400
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 8 deletions.
138 changes: 131 additions & 7 deletions poetry.lock

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

12 changes: 11 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ basedpyright = "^1.16.0"
pytest = "^8.3.2"
pytest-doctestplus = "^1.2.1"
ruff = "^0.6.1"
sp-repo-review = {version = "^2024.8.19", extras = ["cli"]}
tomli = {version = "^2.0.1", python = "<3.11"}
tox = "^4.18.0"

Expand Down Expand Up @@ -132,6 +133,15 @@ reportUnusedImport = false # dupe of F401
reportUnusedVariable = false # dupe of F841


[tool.repo-review]
ignore = [
"PC110", # no auto-format
"PC140", # no mypy
"MY", # no mypy
"RTD", # no readthedocs
]


[tool.ruff]
src = ["lmo", "tests"]
target-version = "py310"
Expand Down Expand Up @@ -339,7 +349,7 @@ legacy_tox_ini = """
isolated_build = true
requires = tox>=4
envlist =
; repo-review
repo-review
pre-commit
py{310,311,312,313rc1}
Expand Down

0 comments on commit ebd4400

Please sign in to comment.