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/repo-helper/pyproject-parser: v0.9.0 → v0.9.1](repo-helper/pyproject-parser@v0.9.0...v0.9.1)
- [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.4.0](pre-commit/pre-commit-hooks@v3.4.0...v4.4.0)
- [github.com/domdfcoding/flake2lint: v0.4.2 → v0.4.3](domdfcoding/flake2lint@v0.4.2...v0.4.3)
- [github.com/asottile/pyupgrade: v2.12.0 → v3.14.0](asottile/pyupgrade@v2.12.0...v3.14.0)
- [github.com/Lucas-C/pre-commit-hooks: v1.5.1 → v1.5.4](Lucas-C/pre-commit-hooks@v1.5.1...v1.5.4)
- [github.com/python-formate/formate: v0.5.0 → v0.6.0](python-formate/formate@v0.5.0...v0.6.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 3, 2023
1 parent bff77b2 commit 966b6ea
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
Expand Up @@ -8,12 +8,12 @@ ci:

repos:
- repo: https://github.com/repo-helper/pyproject-parser
rev: v0.9.0
rev: v0.9.1
hooks:
- id: reformat-pyproject

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.4.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand Down Expand Up @@ -49,7 +49,7 @@ repos:
files: ^whey_conda/.*\.py$

- repo: https://github.com/domdfcoding/flake2lint
rev: v0.4.2
rev: v0.4.3
hooks:
- id: flake2lint

Expand All @@ -62,15 +62,15 @@ repos:
- id: rst-inline-touching-normal

- repo: https://github.com/asottile/pyupgrade
rev: v2.12.0
rev: v3.14.0
hooks:
- id: pyupgrade
args:
- --py36-plus
- --keep-runtime-typing

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.1
rev: v1.5.4
hooks:
- id: remove-crlf
- id: forbid-crlf
Expand All @@ -81,7 +81,7 @@ repos:
- id: snippet-fmt

- repo: https://github.com/python-formate/formate
rev: v0.5.0
rev: v0.6.0
hooks:
- id: formate
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
Expand Down

0 comments on commit 966b6ea

Please sign in to comment.