Skip to content

Commit

Permalink
Bump requirements and pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lancelote committed Jul 16, 2024
1 parent 0d75b13 commit 3771b56
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -10,30 +10,30 @@ repos:
- id: requirements-txt-fixer

- repo: https://github.com/psf/black
rev: 23.7.0
rev: 24.4.2
hooks:
- id: black
language_version: python3.12

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.1
rev: v1.10.1
hooks:
- id: mypy
files: ^src/

- repo: https://github.com/asottile/reorder_python_imports
rev: v3.10.0
rev: v3.13.0
hooks:
- id: reorder-python-imports
args: [ --py311-plus ]

- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
rev: v3.16.0
hooks:
- id: pyupgrade
args: [ --py311-plus ]

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.287
rev: v0.5.2
hooks:
- id: ruff
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
black==24.4.2
click==8.1.7
mypy==1.10.0
mypy==1.10.1
pre-commit==3.7.1
pur==7.3.2
pytest==8.2.2
ruff==0.4.10
ruff==0.5.2

0 comments on commit 3771b56

Please sign in to comment.