Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-commit.ci] pre-commit autoupdate #1057

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix warnings
  • Loading branch information
ocefpaf committed Apr 2, 2024
commit 100f6324632d48b4d9089564079d1164a2a3ed08
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
Loading