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.4.0 to v4.5.0
- Update PyCQA/isort pre-commit hook from 5.12.0 to 5.13.2
- Update psf/black pre-commit hook from 23.3.0 to 24.1.1
- Update PyCQA/flake8 pre-commit hook from 6.0.0 to 7.0.0
  • Loading branch information
neophile-square[bot] committed Jan 29, 2024
1 parent 275f209 commit a9416d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: check-yaml
- id: check-toml

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

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.1.1
hooks:
- id: black

Expand All @@ -22,10 +22,10 @@ repos:
hooks:
- id: blacken-docs
additional_dependencies: [black==23.3.0]
args: [-l, "79", -t, py38]
args: [-l, '79', -t, py38]

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

Expand Down

0 comments on commit a9416d1

Please sign in to comment.