Skip to content

Commit

Permalink
Update pre-commit hooks (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Jun 27, 2023
1 parent 0cacbf9 commit bb834dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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: 23.1.0
rev: 23.3.0
hooks:
- id: black

Expand All @@ -29,12 +29,12 @@ repos:
args: [--prose-wrap=preserve]

- repo: https://github.com/adamchainz/blacken-docs
rev: 1.13.0
rev: 1.14.0
hooks:
- id: blacken-docs

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.7.0
hooks:
- id: pyupgrade
args: [--py38-plus]
2 changes: 1 addition & 1 deletion requirements/developer.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pre-commit>=3.0
pre-commit>=3.3

0 comments on commit bb834dd

Please sign in to comment.