Skip to content

Commit

Permalink
Merge pull request #177 from vipyrsec/bump-black-precommit
Browse files Browse the repository at this point in the history
Bump Black revision and language version for pre commit
  • Loading branch information
Robin5605 committed Oct 4, 2023
2 parents d94d532 + f0eb35b commit ad3b0c5
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 @@ -13,10 +13,10 @@ repos:
args: [ --fix=lf ]
- id: end-of-file-fixer
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.9.1
hooks:
- id: black
language_version: python3.10
language_version: python3.11
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
Expand Down

0 comments on commit ad3b0c5

Please sign in to comment.