chore: bump pre-commit hooks versions

This commit is contained in:
Kentai Radiquum 2024-10-29 22:22:23 +05:00
parent 46647087e9
commit d8a6fffa0b
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 8 additions and 9 deletions

View file

@ -2,13 +2,13 @@
# See https://pre-commit.com/hooks.html for more hooks # See https://pre-commit.com/hooks.html for more hooks
repos: repos:
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 22.3.0 rev: 24.10.0
hooks: hooks:
- id: black - id: black
args: [--safe] args: [--safe]
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0 rev: v5.0.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer
@ -18,26 +18,25 @@ repos:
language_version: python3 language_version: python3
- repo: https://github.com/PyCQA/flake8 - repo: https://github.com/PyCQA/flake8
rev: 4.0.1 rev: 7.1.1
hooks: hooks:
- id: flake8 - id: flake8
language_version: python3 language_version: python3
- repo: https://github.com/asottile/reorder_python_imports - repo: https://github.com/asottile/reorder_python_imports
rev: v3.1.0 rev: v3.14.0
hooks: hooks:
- id: reorder-python-imports - id: reorder-python-imports
args: [--application-directories=.:src, --py39-plus] args: [--py39-plus]
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v2.34.0 rev: v3.19.0
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: [--py39-plus] args: [--py39-plus]
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.961 rev: v1.13.0
hooks: hooks:
- id: mypy - id: mypy
files: ^src/
args: [] args: []

View file

@ -1 +1 @@
3.11.4 3.12.1