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
- Update PyCQA/flake8 pre-commit hook from 6.1.0 to 7.0.0
  • Loading branch information
neophile-square[bot] committed Jan 15, 2024
1 parent 876bd57 commit 45a3e93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ repos:
- id: check-toml

- 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

- repo: https://github.com/PyCQA/flake8
rev: 6.1.0
rev: 7.0.0
hooks:
- id: flake8

0 comments on commit 45a3e93

Please sign in to comment.