Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.1.0...v4.6.0)
- https://github.com/ikamensh/flynt/: 0.76 → 1.0.1
- [github.com/psf/black: 23.3.0 → 24.4.2](psf/black@23.3.0...24.4.2)
- [github.com/PyCQA/flake8: 4.0.1 → 7.1.0](PyCQA/flake8@4.0.1...7.1.0)
- [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/sirosen/check-jsonschema: 0.14.0 → 0.28.6](python-jsonschema/check-jsonschema@0.14.0...0.28.6)
- [github.com/kynan/nbstripout: 0.6.1 → 0.7.1](kynan/nbstripout@0.6.1...0.7.1)
  • Loading branch information
pre-commit-ci[bot] authored Jun 24, 2024
1 parent 7d2ad2d commit b379fbf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
repos:

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
rev: v4.6.0
hooks:
- id: check-json
- id: check-yaml
Expand All @@ -15,18 +15,18 @@ repos:
exclude: *exclude_pre_commit_hooks

- repo: https://github.com/ikamensh/flynt/
rev: '0.76'
rev: '1.0.1'
hooks:
- id: flynt

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.4.2
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.6+

- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 7.1.0
hooks:
- id: flake8
args: [--count, --show-source, --statistics]
Expand All @@ -40,17 +40,17 @@ repos:
)
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
args: [--profile, black, --filter-files]

- repo: https://github.com/sirosen/check-jsonschema
rev: 0.14.0
rev: 0.28.6
hooks:
- id: check-github-workflows

- repo: https://github.com/kynan/nbstripout
rev: 0.6.1
rev: 0.7.1
hooks:
- id: nbstripout

0 comments on commit b379fbf

Please sign in to comment.