Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

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.1.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.1.0...v4.4.0)
- [github.com/asottile/pyupgrade: v2.29.1 → v3.2.2](asottile/pyupgrade@v2.29.1...v3.2.2)
- [github.com/asottile/yesqa: v1.3.0 → v1.4.0](asottile/yesqa@v1.3.0...v1.4.0)
- [github.com/psf/black: 21.12b0 → 22.10.0](psf/black@21.12b0...22.10.0)
- [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.1.0...v4.4.0)
- git://github.com/Lucas-C/pre-commit-hooks-markup → https://github.com/Lucas-C/pre-commit-hooks-markup
  • Loading branch information
pre-commit-ci[bot] committed Nov 28, 2022
1 parent fa0d0f8 commit a5f7d6d
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,16 +1,16 @@
files: ^captcha|scripts|setup.py|manage.py$
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.1.0'
rev: 'v4.4.0'
hooks:
- id: check-merge-conflict
- repo: https://github.com/asottile/pyupgrade
rev: 'v2.29.1'
rev: 'v3.2.2'
hooks:
- id: pyupgrade
args: ['--py37-plus', '--keep-mock']
- repo: https://github.com/asottile/yesqa
rev: v1.3.0
rev: v1.4.0
hooks:
- id: yesqa
- repo: https://github.com/pycqa/isort
Expand All @@ -19,12 +19,12 @@ repos:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/psf/black
rev: '21.12b0'
rev: '22.10.0'
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.7+
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v4.1.0'
rev: 'v4.4.0'
hooks:
- id: end-of-file-fixer
exclude: >-
Expand All @@ -48,7 +48,7 @@ repos:
- id: detect-private-key
exclude: ^README.rst|(?:tests/)/

- repo: git://github.com/Lucas-C/pre-commit-hooks-markup
- repo: https://github.com/Lucas-C/pre-commit-hooks-markup
rev: v1.0.1
hooks:
- id: rst-linter
Expand Down

0 comments on commit a5f7d6d

Please sign in to comment.