Skip to content

Commit

Permalink
Update pre-commit hooks
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 22.1.0 → 22.6.0](psf/black@22.1.0...22.6.0)
- [github.com/asottile/pyupgrade: v2.31.0 → v2.37.3](asottile/pyupgrade@v2.31.0...v2.37.3)
- [github.com/flakeheaven/flakeheaven: 0.11.0 → 3.0.0](flakeheaven/flakeheaven@0.11.0...3.0.0)
- [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.1.0...v4.3.0)
- [github.com/Lucas-C/pre-commit-hooks: v1.1.13 → v1.3.0](Lucas-C/pre-commit-hooks@v1.1.13...v1.3.0)
  • Loading branch information
pre-commit-ci[bot] authored Aug 1, 2022
1 parent 0416208 commit ee1b9c8
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
Expand Up @@ -6,12 +6,12 @@ ci:

repos:
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.6.0
hooks:
- id: black

- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v2.37.3
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand All @@ -23,22 +23,22 @@ repos:
additional_dependencies: [toml]

- repo: https://github.com/flakeheaven/flakeheaven
rev: 0.11.0
rev: 3.0.0
hooks:
- id: flakeheaven
additional_dependencies:
- flake8-bugbear
- flake8-comprehensions

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.3.0
hooks:
- id: end-of-file-fixer
- id: mixed-line-ending
- id: trailing-whitespace

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.13
rev: v1.3.0
hooks:
- id: forbid-crlf
exclude: docs/make.bat
Expand Down

0 comments on commit ee1b9c8

Please sign in to comment.