Skip to content

Commit

Permalink
[neophile] Update dependencies
Browse files Browse the repository at this point in the history
- Update pre-commit/pre-commit-hooks pre-commit hook from v4.5.0 to v4.6.0
- 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.4.2
- Update PyCQA/flake8 pre-commit hook from 6.1.0 to 7.1.0
  • Loading branch information
neophile-square[bot] committed Jun 24, 2024
1 parent 876bd57 commit f04c377
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-yaml
- 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.4.2
hooks:
- id: black

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

0 comments on commit f04c377

Please sign in to comment.