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.4.0](pre-commit/pre-commit-hooks@v3.4.0...v4.4.0)
- [github.com/domdfcoding/pre-commit-hooks: v0.1.6 → v0.4.0](domdfcoding/pre-commit-hooks@v0.1.6...v0.4.0)
- [github.com/domdfcoding/flake8-dunder-all: v0.1.5 → v0.2.2](python-formate/flake8-dunder-all@v0.1.5...v0.2.2)
- [github.com/pre-commit/pygrep-hooks: v1.7.0 → v1.10.0](pre-commit/pygrep-hooks@v1.7.0...v1.10.0)
- [github.com/asottile/pyupgrade: v2.7.4 → v3.3.1](asottile/pyupgrade@v2.7.4...v3.3.1)
- [github.com/Lucas-C/pre-commit-hooks: v1.1.9 → v1.5.1](Lucas-C/pre-commit-hooks@v1.1.9...v1.5.1)
- [github.com/domdfcoding/yapf-isort: v0.5.5 → v0.6.0](domdfcoding/yapf-isort@v0.5.5...v0.6.0)
- [github.com/domdfcoding/dep_checker: v0.4.1 → v0.7.0](python-coincidence/dep_checker@v0.4.1...v0.7.0)
  • Loading branch information
pre-commit-ci[bot] committed Apr 3, 2023
1 parent 509ca86 commit dab4a5c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Expand Up @@ -5,7 +5,7 @@ exclude: ^$

repos:
- 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 All @@ -25,7 +25,7 @@ repos:
- id: end-of-file-fixer

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

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

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.7.0
rev: v1.10.0
hooks:
- id: python-no-eval

- repo: https://github.com/asottile/pyupgrade
rev: v2.7.4
rev: v3.3.1
hooks:
- id: pyupgrade
args:
- --py36-plus

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

- repo: https://github.com/domdfcoding/yapf-isort
rev: v0.5.5
rev: v0.6.0
hooks:
- id: yapf-isort
exclude: ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.py$

- repo: https://github.com/domdfcoding/dep_checker
rev: v0.4.1
rev: v0.7.0
hooks:
- id: dep_checker
args:
Expand Down

0 comments on commit dab4a5c

Please sign in to comment.