Skip to content

Commit

Permalink
pre-commit autoupdate (#111)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 →
v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/asottile/setup-cfg-fmt: v2.4.0 →
v2.5.0](asottile/setup-cfg-fmt@v2.4.0...v2.5.0)
- [github.com/asottile/pyupgrade: v3.10.1 →
v3.15.0](asottile/pyupgrade@v3.10.1...v3.15.0)
- [github.com/psf/black: 23.7.0 →
23.10.1](psf/black@23.7.0...23.10.1)
- [github.com/pre-commit/mirrors-mypy: v1.5.0 →
v1.6.1](pre-commit/mirrors-mypy@v1.5.0...v1.6.1)
<!--pre-commit.ci end-->
  • Loading branch information
pre-commit-ci[bot] committed Oct 29, 2023
1 parent 0687fc2 commit b032185
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-docstring-first
- id: debug-statements
- id: end-of-file-fixer
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.4.0
rev: v2.5.0
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/asottile/pyupgrade
rev: v3.10.1
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand All @@ -21,15 +21,15 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.10.1
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.5.0
rev: v1.6.1
hooks:
- id: mypy
exclude: >
Expand Down

0 comments on commit b032185

Please sign in to comment.