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

Commit

Permalink
Merge 68af84a into fa0d0f8
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 30, 2023
2 parents fa0d0f8 + 68af84a commit 3917ef8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
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.3.1'
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
rev: '5.10.1'
rev: '5.12.0'
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/psf/black
rev: '21.12b0'
rev: '22.12.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 3917ef8

Please sign in to comment.