Skip to content

Commit

Permalink
ENH: Update the pre-commit hooks. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher Chegini committed Sep 9, 2023
1 parent caa6b63 commit ba5cf3a
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 @@ -52,7 +52,7 @@ repos:
name: Sort imports with isort

- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.0
hooks:
- id: black
name: Autoformat with black
Expand Down Expand Up @@ -119,7 +119,7 @@ repos:
- pep8-naming

- repo: https://github.com/dosisod/refurb
rev: v1.20.0
rev: v1.21.0
hooks:
- id: refurb
name: Modernizing Python codebases using Refurb
Expand Down

0 comments on commit ba5cf3a

Please sign in to comment.