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: v3.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v3.4.0...v4.5.0)
- [github.com/domdfcoding/pre-commit-hooks: v0.2.1 → v0.4.0](domdfcoding/pre-commit-hooks@v0.2.1...v0.4.0)
- [github.com/domdfcoding/flake8-dunder-all: v0.1.7 → v0.3.0](python-formate/flake8-dunder-all@v0.1.7...v0.3.0)
- [github.com/domdfcoding/flake2lint: v0.4.0 → v0.4.3](domdfcoding/flake2lint@v0.4.0...v0.4.3)
- [github.com/pre-commit/pygrep-hooks: v1.8.0 → v1.10.0](pre-commit/pygrep-hooks@v1.8.0...v1.10.0)
- [github.com/asottile/pyupgrade: v2.12.0 → v3.15.0](asottile/pyupgrade@v2.12.0...v3.15.0)
- [github.com/Lucas-C/pre-commit-hooks: v1.1.9 → v1.5.4](Lucas-C/pre-commit-hooks@v1.1.9...v1.5.4)
- [github.com/repo-helper/formate: v0.4.3 → v0.6.0](python-formate/formate@v0.4.3...v0.6.0)
  • Loading branch information
pre-commit-ci[bot] committed Oct 9, 2023
1 parent a3535b0 commit 137a661
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 @@ -5,7 +5,7 @@ exclude: ^$

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand All @@ -25,7 +25,7 @@ repos:
- id: end-of-file-fixer

- repo: https://github.com/domdfcoding/pre-commit-hooks
rev: v0.2.1
rev: v0.4.0
hooks:
- id: requirements-txt-sorter
args:
Expand All @@ -35,40 +35,40 @@ repos:
- id: bind-requirements

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

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

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.8.0
rev: v1.10.0
hooks:
- id: python-no-eval
- id: rst-backticks
- id: rst-directive-colons
- id: rst-inline-touching-normal

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

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.9
rev: v1.5.4
hooks:
- id: remove-crlf
- id: forbid-crlf

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

0 comments on commit 137a661

Please sign in to comment.