Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Apr 2, 2024
1 parent d3d456e commit 100f632
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires = [
]

[tool.ruff]
select = [
lint.select = [
"A", # flake8-builtins
"B", # flake8-bugbear
"C4", # flake8-comprehensions
Expand All @@ -24,11 +24,11 @@ exclude = [
"compliance_checker/cf/cf.py",
]

ignore = [
lint.ignore = [
"E501",
]

[tool.ruff.per-file-ignores]
[lint.per-file-ignores]
"docs/source/conf.py" = [
"E402",
"A001",
Expand Down

0 comments on commit 100f632

Please sign in to comment.