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

Commit

Permalink
Merge dd0f849 into fa0d0f8
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Sep 26, 2022
2 parents fa0d0f8 + dd0f849 commit c199d5c
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.3.0'
hooks:
- id: check-merge-conflict
- repo: https://github.com/asottile/pyupgrade
rev: 'v2.29.1'
rev: 'v2.38.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.8.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.3.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 c199d5c

Please sign in to comment.