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/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0)
- [github.com/nbQA-dev/nbQA: 1.6.3 → 1.7.0](nbQA-dev/nbQA@1.6.3...1.7.0)
- [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.7.0 → v2.8.0](macisamuele/language-formatters-pre-commit-hooks@v2.7.0...v2.8.0)
- [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](codespell-project/codespell@v2.2.2...v2.2.4)
  • Loading branch information
pre-commit-ci[bot] authored Apr 3, 2023
1 parent 16efd82 commit c45fcf0
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
Expand Up @@ -37,12 +37,12 @@ repos:
- python

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

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.6.3
rev: 1.7.0
hooks:
- id: nbqa-black
additional_dependencies:
Expand All @@ -56,7 +56,7 @@ repos:
- --nbqa-mutate

- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.7.0
rev: v2.8.0
hooks:
- id: pretty-format-ini
args: [--autofix]
Expand All @@ -70,7 +70,7 @@ repos:
exclude: docs/plasmapy_sphinx

- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.4
hooks:
- id: codespell
exclude: .*\.fits
Expand Down

0 comments on commit c45fcf0

Please sign in to comment.