Skip to content

Commit

Permalink
chore: small fixes in pyproject.toml (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Apr 16, 2024
1 parent af02895 commit ffa6cf3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Expand Up @@ -94,11 +94,9 @@ markdownlint = """
--config .markdownlint.yml \
--ignore CHANGELOG.md "**/*.md"
"""

ruff-check = "ruff check . --ignore=A002,D101,D102,PLR0913,PLR2004,PLW0603"
ruff-check-github = """
ruff check . --output-format=github --ignore=A002,D101,D102,PLR0913,PLR2004,PLW0603
"""
ruff-format = "ruff format ."
mypy = "mypy ."
Expand Down Expand Up @@ -157,7 +155,7 @@ ignore_missing_imports = true

[tool.ruff]
line-length = 120
target-version = "py311"
target-version = "py312"


[tool.ruff.lint]
Expand Down

0 comments on commit ffa6cf3

Please sign in to comment.