Skip to content

Commit

Permalink
Update pre-commit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed May 5, 2023
1 parent 35fffc4 commit e65c086
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 @@ -22,11 +22,11 @@ repos:
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.262'
rev: 'v0.0.264'
hooks:
- id: ruff
- repo: https://github.com/adamchainz/blacken-docs
rev: 1.13.0
hooks:
- id: blacken-docs
additional_dependencies: [black==23.1.0]
additional_dependencies: [black==23.3.0]

0 comments on commit e65c086

Please sign in to comment.