Skip to content

Commit

Permalink
chore/deps: bump pre-commit/lint/formatter deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Nov 13, 2024
1 parent 28a96b2 commit 50c5334
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.2
rev: v0.7.3
hooks:
- id: ruff
- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down
6 changes: 3 additions & 3 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
pytest==8.3.3
mypy==1.12.1
mypy==1.13.0
black==24.10.0
ruff==0.7.0
tox~=4.23.0
ruff==0.7.3
tox~=4.23.2
pre-commit~=4.0.1
build>=0.10.0
coverage>=7.2.7
Expand Down

0 comments on commit 50c5334

Please sign in to comment.