Skip to content

Commit

Permalink
Ignore invalid module name for default config name
Browse files Browse the repository at this point in the history
  • Loading branch information
153957 committed Jul 3, 2023
1 parent e19472d commit 35aa50d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Expand Up @@ -93,5 +93,8 @@ ignore = [
'TRY003', # Specific messages for common exception classes
]

[tool.ruff.per-file-ignores]
'demo/sigal.conf.py' = ['N999'] # Allow invalid module name for default config

[tool.ruff.isort]
lines-between-types = 1

0 comments on commit 35aa50d

Please sign in to comment.