Skip to content

Commit

Permalink
Bump Ruff version
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowers committed May 8, 2023
1 parent 7ae6ff8 commit 5cb5ded
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: 'v0.0.261'
rev: 'v0.0.265'
hooks:
- id: ruff
- repo: local
Expand Down
17 changes: 7 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mkdocs = "^1.4.2"
# Allow lines to be as long as 150 characters.
line-length = 150
ignore = ["D100"]
required-version = "0.0.261"
required-version = "0.0.265"

[build-system]
requires = ["poetry>=0.12"]
Expand Down

0 comments on commit 5cb5ded

Please sign in to comment.