Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#2125)
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored Jul 2, 2024
1 parent 3fef154 commit 77acaad
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
Expand Up @@ -14,7 +14,7 @@
repos:
# Autoupdate: Python code
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.2
rev: v3.16.0
hooks:
- id: pyupgrade
args: [--py39-plus]
Expand Down Expand Up @@ -117,7 +117,7 @@ repos:

# Lint: Python
- repo: https://github.com/PyCQA/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8

Expand Down Expand Up @@ -148,7 +148,7 @@ repos:

# Run black on python code blocks in documentation files.
- repo: https://github.com/adamchainz/blacken-docs
rev: 1.16.0
rev: 1.18.0
hooks:
- id: blacken-docs
# --skip-errors is added to allow us to have python syntax highlighting even if
Expand Down

0 comments on commit 77acaad

Please sign in to comment.