Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Update pre-commit hooks versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Jul 1, 2022
1 parent 8a31c04 commit be48372
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,17 +1,17 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v2.34.0
hooks:
- id: pyupgrade
args:
- --py36-plus
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.3.0
hooks:
- id: end-of-file-fixer
name: end-of-file-fixer
- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.20.0
rev: v1.20.1
hooks:
- id: setup-cfg-fmt
- repo: https://github.com/PyCQA/flake8
Expand All @@ -30,7 +30,7 @@ repos:
- --filter-files
files: \.py$
- repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.6.0
hooks:
- id: black
language_version: python3
Expand All @@ -51,7 +51,7 @@ repos:
- -config=https://github.com/mondeja/repo-stream-config
- -updater=upstream
- repo: https://github.com/mondeja/pre-commit-hooks
rev: v1.5.2
rev: v1.8.0
hooks:
- id: dev-extras-required
- id: root-editorconfig-required
Expand Down

0 comments on commit be48372

Please sign in to comment.