Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#211)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Nov 22, 2023
1 parent 798217b commit 13f0e45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ repos:

# Autoremoves unused Python imports
- repo: https://github.com/hadialqattan/pycln
rev: v2.3.0
rev: v2.4.0
hooks:
- id: pycln
name: pycln (python)
Expand Down Expand Up @@ -101,7 +101,7 @@ repos:

# Python Formatting
- repo: https://github.com/psf/black
rev: 23.10.1 # Keep in sync with blacken-docs
rev: 23.11.0 # Keep in sync with blacken-docs
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
Expand Down

0 comments on commit 13f0e45

Please sign in to comment.