Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#205)
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v3.8.0 → v3.13.0](asottile/pyupgrade@v3.8.0...v3.13.0)
- [github.com/psf/black: 23.3.0 → 23.9.1](psf/black@23.3.0...23.9.1)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](PyCQA/flake8@6.0.0...6.1.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Domagoj Fijan <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and DomFijan authored Oct 11, 2023
1 parent 6d72539 commit f81269f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
args: [ --fix ]
types_or: [python, pyi, jupyter]
- repo: https://github.com/psf/black
rev: '23.3.0'
rev: '23.9.1'
hooks:
- id: black
exclude: '(?:extern/.*)'
Expand Down

0 comments on commit f81269f

Please sign in to comment.