Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- git://github.com/pre-commit/pre-commit-hooks → https://github.com/pre-commit/pre-commit-hooks
- [github.com/pre-commit/pre-commit-hooks: v2.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v2.5.0...v4.6.0)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.8.1 → 7.1.1](PyCQA/flake8@3.8.1...7.1.1)
- [github.com/psf/black: 19.10b0 → 24.8.0](psf/black@19.10b0...24.8.0)
- [github.com/pre-commit/pygrep-hooks: v1.5.1 → v1.10.0](pre-commit/pygrep-hooks@v1.5.1...v1.10.0)
  • Loading branch information
pre-commit-ci[bot] committed Aug 5, 2024
1 parent e5ad09f commit d2a86d7
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,8 +1,8 @@
exclude: '^docs/conf.py'

repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: check-added-large-files
Expand All @@ -17,17 +17,17 @@ repos:
- id: check-merge-conflict
- id: mixed-line-ending
args: ['--fix=no']
- repo: https://gitlab.com/pycqa/flake8
rev: '3.8.1' # pick a git hash / tag to point to
- repo: https://github.com/PyCQA/flake8
rev: '7.1.1' # pick a git hash / tag to point to
hooks:
- id: flake8
additional_dependencies:
- flake8-rst-docstrings
- repo: https://github.com/psf/black
rev: 19.10b0
rev: 24.8.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.5.1
rev: v1.10.0
hooks:
- id: rst-backticks

0 comments on commit d2a86d7

Please sign in to comment.