Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.8.1 → 4.0.1](PyCQA/flake8@3.8.1...4.0.1)
- [github.com/psf/black: 19.10b0 → 22.3.0](psf/black@19.10b0...22.3.0)
- [github.com/pre-commit/pygrep-hooks: v1.5.1 → v1.9.0](pre-commit/pygrep-hooks@v1.5.1...v1.9.0)
  • Loading branch information
pre-commit-ci[bot] committed Apr 4, 2022
1 parent e5ad09f commit fa1b7a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: '4.0.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: 22.3.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.5.1
rev: v1.9.0
hooks:
- id: rst-backticks

0 comments on commit fa1b7a2

Please sign in to comment.