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 → 23.1.0](psf/black@22.1.0...23.1.0)
- [github.com/asottile/pyupgrade: v2.31.0 → v3.3.1](asottile/pyupgrade@v2.31.0...v3.3.1)
- [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0)
- [github.com/flakeheaven/flakeheaven: 0.11.0 → 3.2.1](flakeheaven/flakeheaven@0.11.0...3.2.1)
- [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.1.0...v4.4.0)
- [github.com/Lucas-C/pre-commit-hooks: v1.1.13 → v1.4.2](Lucas-C/pre-commit-hooks@v1.1.13...v1.4.2)
  • Loading branch information
pre-commit-ci[bot] authored Feb 7, 2023
1 parent 0416208 commit 4b19ff9
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
Expand Up @@ -6,39 +6,39 @@ ci:

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

- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v3.3.1
hooks:
- id: pyupgrade
args: [--py36-plus]

- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
additional_dependencies: [toml]

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

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.4.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.4.2
hooks:
- id: forbid-crlf
exclude: docs/make.bat
Expand Down

0 comments on commit 4b19ff9

Please sign in to comment.