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.3.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.3.0...v4.6.0)
- [github.com/psf/black: 22.8.0 → 24.4.2](psf/black@22.8.0...24.4.2)
- [github.com/pycqa/isort: 5.10.1 → 5.13.2](PyCQA/isort@5.10.1...5.13.2)
- [github.com/PyCQA/flake8: 5.0.4 → 7.1.0](PyCQA/flake8@5.0.4...7.1.0)
- [github.com/nbQA-dev/nbQA: 1.5.2 → 1.8.5](nbQA-dev/nbQA@1.5.2...1.8.5)
  • Loading branch information
pre-commit-ci[bot] authored Jul 1, 2024
1 parent 37b062e commit 48b73ac
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
Expand Up @@ -3,25 +3,25 @@ ci:
exclude: '.*.weldx'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
- id: end-of-file-fixer
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 24.4.2
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.13.2
hooks:
- id: isort
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
rev: 7.1.0
hooks:
- id: flake8
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.5.2
rev: 1.8.5
hooks:
- id: nbqa-black
- id: nbqa-isort

0 comments on commit 48b73ac

Please sign in to comment.