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.7.0 → v0.9.1](repo-helper/pyproject-parser@v0.7.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/flake8-dunder-all: v0.2.2 → v0.3.0](python-formate/flake8-dunder-all@v0.2.2...v0.3.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.8.0](asottile/pyupgrade@v2.12.0...v3.8.0)
- [github.com/python-formate/formate: v0.4.10 → v0.5.0](python-formate/formate@v0.4.10...v0.5.0)
- [github.com/awebdeveloper/pre-commit-stylelint: 8f63da497580898a7e0ceef6bf9e72cc0af07828 → 0.0.2](awebdeveloper/pre-commit-stylelint@8f63da4...0.0.2)
- [github.com/pre-commit/mirrors-eslint: v7.32.0 → v8.44.0](pre-commit/mirrors-eslint@v7.32.0...v8.44.0)
  • Loading branch information
pre-commit-ci[bot] committed Jul 4, 2023
1 parent f38979c commit 6693f2f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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.7.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 @@ -43,13 +43,13 @@ repos:
- id: bind-requirements

- repo: https://github.com/domdfcoding/flake8-dunder-all
rev: v0.2.2
rev: v0.3.0
hooks:
- id: ensure-dunder-all
files: ^dependency_dash/.*\.py$

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

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

- repo: https://github.com/asottile/pyupgrade
rev: v2.12.0
rev: v3.8.0
hooks:
- id: pyupgrade
args:
Expand All @@ -81,7 +81,7 @@ repos:
- id: snippet-fmt

- repo: https://github.com/python-formate/formate
rev: v0.4.10
rev: v0.5.0
hooks:
- id: formate
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
Expand All @@ -96,7 +96,7 @@ repos:
# Custom hooks can be added below this comment

- repo: https://github.com/awebdeveloper/pre-commit-stylelint
rev: 8f63da497580898a7e0ceef6bf9e72cc0af07828
rev: 0.0.2
hooks:
- id: stylelint
additional_dependencies:
Expand All @@ -106,7 +106,7 @@ repos:
- --fix

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v7.32.0
rev: v8.44.0
hooks:
- id: eslint
args:
Expand Down

0 comments on commit 6693f2f

Please sign in to comment.