Skip to content

Commit

Permalink
fix top-level configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Feb 8, 2024
1 parent 027792d commit b5151f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ force-exclude = '''

[tool.ruff]
line-length = 88

[tool.ruff.lint]
exclude = [
'jdocs',
'.tox',
Expand All @@ -208,7 +210,7 @@ extend-select = [
'B',
]

[tool.ruff.extend-per-file-ignores]
[tool.ruff.lint.extend-per-file-ignores]
"romancal/associations/__init__.py" = ["E402"]

[tool.cibuildwheel.macos]
Expand Down

0 comments on commit b5151f1

Please sign in to comment.