Skip to content

Commit

Permalink
Update ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed Aug 16, 2024
1 parent b835e21 commit 605e36c
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repos:
- id: teyit

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.6
rev: v0.6.0
hooks:
- id: ruff
language: system
Expand All @@ -68,7 +68,7 @@ repos:
exclude: ^(?!pandoc_latex_fontsize/)

- repo: https://github.com/pycqa/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
language: system
Expand Down
46 changes: 23 additions & 23 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 @@ -80,7 +80,7 @@ flake8-use-fstring = "^1.4"
flake8-variables-names = "^0.0.6"
pep8-naming = "^0.13.3"
pylint = "^3.2.6"
ruff = "^0.5.0"
ruff = "^0.6.0"
darglint = "^1.8.1"
pydoclint = {extras = ["flake8"], version = "^0.5.1"}
teyit = "^0.4.3"
Expand Down

0 comments on commit 605e36c

Please sign in to comment.