Skip to content

Commit

Permalink
⬆️ 🔨 Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
beastmatser committed Feb 21, 2025
1 parent 895da81 commit 9909697
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
args: [--safe]
Expand All @@ -17,7 +17,7 @@ repos:
language_version: python3

- repo: https://github.com/PyCQA/flake8
rev: 7.1.1
rev: 7.1.2
hooks:
- id: flake8
language_version: python3
Expand All @@ -31,13 +31,13 @@ repos:
files: ^src/aiopoke/

- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py39-plus]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.15.0
hooks:
- id: mypy
files: ^src/aiopoke/
Expand Down

0 comments on commit 9909697

Please # to comment.