Skip to content

Commit

Permalink
chore: aupdate pre-commit hooks
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <me@frostming.com>
  • Loading branch information
frostming committed Nov 2, 2023
1 parent 481decf commit 84c6353
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.10.1
hooks:
- id: black

Expand All @@ -11,7 +11,7 @@ repos:
exclude: docs/.*

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
exclude: ^tests/(toml-test|toml-spec-tests)/.*
Expand All @@ -20,7 +20,7 @@ repos:
- id: debug-statements

- repo: https://github.com/asottile/yesqa
rev: v1.4.0
rev: v1.5.0
hooks:
- id: yesqa
additional_dependencies: &flake8_deps
Expand All @@ -37,19 +37,19 @@ repos:
exclude: ^tomlkit/items\.py

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.2
rev: v3.15.0
hooks:
- id: pyupgrade
args: [--py37-plus]

- repo: https://github.com/hadialqattan/pycln
rev: v2.1.3
rev: v2.3.0
hooks:
- id: pycln
args: [--all]

- repo: https://github.com/pycqa/flake8
rev: 5.0.4
rev: 6.1.0
hooks:
- id: flake8
additional_dependencies: *flake8_deps

0 comments on commit 84c6353

Please sign in to comment.