Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0)
- [github.com/pycqa/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2)
- [github.com/asottile/pyupgrade: v2.37.3 → v3.15.1](asottile/pyupgrade@v2.37.3...v3.15.1)
- [github.com/psf/black: 22.8.0 → 24.2.0](psf/black@22.8.0...24.2.0)
- [github.com/asottile/blacken-docs: v1.12.1 → 1.16.0](adamchainz/blacken-docs@v1.12.1...1.16.0)
- [github.com/PyCQA/flake8: 5.0.4 → 7.0.0](PyCQA/flake8@5.0.4...7.0.0)
- [github.com/pre-commit/mirrors-mypy: v0.971 → v1.8.0](pre-commit/mirrors-mypy@v0.971...v1.8.0)
  • Loading branch information
pre-commit-ci[bot] committed Feb 19, 2024
1 parent b5ca62b commit 5131f68
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.3.0"
rev: "v4.5.0"
hooks:
- id: check-json
- id: check-toml
Expand All @@ -12,34 +12,34 @@ repos:

# isort to sort imports
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.13.2
hooks:
- id: isort
name: isort (python)

# Upgrade syntax to newer versions
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.3
rev: v3.15.1
hooks:
- id: pyupgrade
args: [--py37-plus]

# Format with black
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 24.2.0
hooks:
- id: black

# Format docs
- repo: https://github.com/asottile/blacken-docs
rev: v1.12.1
rev: 1.16.0
hooks:
- id: blacken-docs
additional_dependencies: [black>=21.12b0]

# Flake8 for linting, line-length adjusted to match Black default
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 7.0.0
hooks:
- id: flake8
additional_dependencies: [flake8-builtins]
Expand All @@ -49,6 +49,6 @@ repos:

# Type enforcement for Python
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.971
rev: v1.8.0
hooks:
- id: mypy

0 comments on commit 5131f68

Please # to comment.