Skip to content

Commit

Permalink
[neophile] Update dependencies
Browse files Browse the repository at this point in the history
- Update PyCQA/isort pre-commit hook from 5.13.0 to 5.13.2
- Update psf/black pre-commit hook from 23.11.0 to 24.1a1
  • Loading branch information
neophile-square[bot] committed Jan 1, 2024
1 parent 3f41ed6 commit 1e1b0e8
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 @@ -9,14 +9,14 @@ repos:
- id: check-json

- repo: https://github.com/PyCQA/isort
rev: 5.13.0
rev: 5.13.2
hooks:
- id: isort
additional_dependencies:
- toml

- repo: https://github.com/psf/black
rev: 23.11.0
rev: 24.1a1
hooks:
- id: black

Expand Down

0 comments on commit 1e1b0e8

Please sign in to comment.