Skip to content

Commit

Permalink
Upgrade pre-commits ruff 0.8.0 -> 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Dec 13, 2024
1 parent 1ed8fc3 commit 1875f3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
exclude: test-data/ert/eclipse/parse/ERROR.PRT # exact format is needed for testing

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.0
rev: v0.8.3
hooks:
- id: ruff
args: [ --fix ]
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ allowed-confusables = ["–"]
"RUF018", # assignment-in-assert
"RUF006", # asyncio-dangling-task
"PLW1508", # Invalid type of environment variable default
"RUF052", # used-dummy-variable
]
"src/ert/dark_storage/json_schema/__init__.py" = ["F401"]
"src/ert/dark_storage/*" = ["RUF029"] # unused-async
Expand Down

0 comments on commit 1875f3b

Please sign in to comment.