Skip to content

Commit

Permalink
Update black,ruff versions for pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Jan 11, 2024
1 parent 3ba6000 commit 692cab5
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 41 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ repos:
entry: bash -c "poetry run mypy ."
language: system
- repo: https://github.com/psf/black
rev: 23.10.0
rev: 23.12.1
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.0
rev: v0.1.11
hooks:
- id: ruff
82 changes: 43 additions & 39 deletions poetry.lock

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

0 comments on commit 692cab5

Please sign in to comment.