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.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/psf/black: 23.1.0 → 23.10.0](psf/black@23.1.0...23.10.0)
- [github.com/pre-commit/mirrors-mypy: v1.0.0 → v1.6.1](pre-commit/mirrors-mypy@v1.0.0...v1.6.1)
- [github.com/asottile/pyupgrade: v3.3.1 → v3.15.0](asottile/pyupgrade@v3.3.1...v3.15.0)
- [github.com/john-hen/Flake8-pyproject: 1.2.2 → 1.2.3](john-hen/Flake8-pyproject@1.2.2...1.2.3)
- [github.com/python-jsonschema/check-jsonschema: 0.21.0 → 0.27.0](python-jsonschema/check-jsonschema@0.21.0...0.27.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 23, 2023
1 parent 2ba0649 commit 86cb6c3
Showing 1 changed file with 6 additions and 6 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.5.0
hooks:
- id: end-of-file-fixer
- id: check-case-conflict
Expand All @@ -16,7 +16,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black
rev: 23.1.0
rev: 23.10.0
hooks:
- id: black

Expand All @@ -28,27 +28,27 @@ repos:
files: \.py$

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.0.0
rev: v1.6.1
hooks:
- id: mypy
additional_dependencies: [types-requests]

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py37-plus]

- repo: https://github.com/john-hen/Flake8-pyproject
rev: 1.2.2
rev: 1.2.3
hooks:
- id: Flake8-pyproject
alias: flake8
additional_dependencies:
["flake8-bugbear==22.6.22", "flake8-implicit-str-concat==0.2.0"]

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.21.0
rev: 0.27.0
hooks:
- id: check-github-workflows
stages: [manual]

0 comments on commit 86cb6c3

Please sign in to comment.