Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 21.4b0 → 21.5b2](psf/black@21.4b0...21.5b2)
- [github.com/pre-commit/pre-commit-hooks.git: v3.4.0 → v4.0.1](https://github.com/pre-commit/pre-commit-hooks.git/compare/v3.4.0...v4.0.1)
- [github.com/pycqa/flake8.git: 3.9.1 → 3.9.2](https://github.com/pycqa/flake8.git/compare/3.9.1...3.9.2)
  • Loading branch information
pre-commit-ci[bot] authored May 31, 2021
1 parent 344d0f2 commit fa5c6c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 21.4b0
rev: 21.5b2
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v3.4.0
rev: v4.0.1
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -19,7 +19,7 @@ repos:
- id: check-merge-conflict
- id: debug-statements
- repo: https://github.com/pycqa/flake8.git
rev: 3.9.1
rev: 3.9.2
hooks:
- id: flake8
- repo: https://github.com/adrienverge/yamllint.git
Expand Down

0 comments on commit fa5c6c0

Please sign in to comment.