Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#508)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 193ee766ca496871f93621d6b58d57a6564ff81b → e87737140f32d3cd7c44ede75f02dcd58e55820e](psf/black@193ee76...e877371)
- [github.com/asottile/pyupgrade: b3e813e5d60a472ba815a45d107bbdf106405973 → ffb735bf0dc786a3a1e6b08043440b0bdef5bef8](asottile/pyupgrade@b3e813e...ffb735b)

* '[pre-commit.ci 🤖] Apply code format tools to PR'

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Oct 2, 2023
1 parent 2ebe909 commit b4135ce
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 @@ -17,7 +17,7 @@ repos:
- id: check-added-large-files

- repo: https://github.com/psf/black
rev: 193ee766ca496871f93621d6b58d57a6564ff81b # frozen: 23.7.0
rev: e87737140f32d3cd7c44ede75f02dcd58e55820e # frozen: 23.9.1
hooks:
- id: black

Expand All @@ -34,7 +34,7 @@ repos:
- id: blacken-docs

- repo: https://github.com/asottile/pyupgrade
rev: b3e813e5d60a472ba815a45d107bbdf106405973 # frozen: v3.10.1
rev: ffb735bf0dc786a3a1e6b08043440b0bdef5bef8 # frozen: v3.13.0
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand Down

0 comments on commit b4135ce

Please sign in to comment.