Skip to content

Commit

Permalink
Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
MrThearMan committed Aug 29, 2023
1 parent 6fb9dac commit b6d1191
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.281
rev: v0.0.286
hooks:
- id: ruff

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ select = [
"EM", # flake8-errmsg
"ERA", # eradicate
"F", # pyflakes
"FA", # flake8-future-annotations
"FBT", # flake8-boolean-trap
"I", # isort
"ICN", # flake8-import-conventions
Expand Down

0 comments on commit b6d1191

Please sign in to comment.