Skip to content

Commit

Permalink
update pyproject.toml for ruff 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Jan 9, 2025
1 parent 0ad0305 commit 4a8a64f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@ mccabe.max-complexity = 13 # Unlike Flake8, default to a complexity level of 10.

[tool.ruff.lint.per-file-ignores]

"pyglossary/sort_modules/random.py" = [
"A005", # Module `random` shadows a Python standard-library module
]

"pyglossary/glossary.py" = ["ANN"]

"*_types.py" = [
Expand Down

0 comments on commit 4a8a64f

Please sign in to comment.