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: v3.4.0 → v4.3.0](pre-commit/pre-commit-hooks@v3.4.0...v4.3.0)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.8.4 → 5.0.4](PyCQA/flake8@3.8.4...5.0.4)
- [github.com/psf/black: 20.8b1 → 22.6.0](psf/black@20.8b1...22.6.0)
  • Loading branch information
pre-commit-ci[bot] authored and plaplant committed Aug 8, 2022
1 parent 1e7b5bc commit ad5ed94
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: check-added-large-files
Expand All @@ -13,8 +13,8 @@ repos:
- id: end-of-file-fixer
- id: mixed-line-ending
args: ['--fix=no']
- repo: https://gitlab.com/pycqa/flake8
rev: '3.8.4'
- repo: https://github.com/PyCQA/flake8
rev: '5.0.4'
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -26,6 +26,6 @@ repos:
- pep8-naming

- repo: https://github.com/psf/black
rev: 20.8b1
rev: 22.6.0
hooks:
- id: black

0 comments on commit ad5ed94

Please sign in to comment.