Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Aug 1, 2023
1 parent 4f7647f commit 15db942
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
exclude: docs
repos:
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
args: [--safe, --quiet]
- repo: https://github.com/asottile/blacken-docs
rev: 1.13.0
rev: 1.15.0
hooks:
- id: blacken-docs
additional_dependencies: [black==22.6.0]
Expand Down Expand Up @@ -34,7 +34,7 @@ repos:
- id: isort
exclude: tests/data
- repo: https://github.com/PyCQA/flake8
rev: 6.0.0
rev: 6.1.0
hooks:
- id: flake8
exclude: tests/data
Expand Down

0 comments on commit 15db942

Please sign in to comment.