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.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0)
- [github.com/asottile/pyupgrade: v2.37.3 → v3.3.1](asottile/pyupgrade@v2.37.3...v3.3.1)
- [github.com/psf/black: 22.6.0 → 23.1.0](psf/black@22.6.0...23.1.0)
- [github.com/keewis/blackdoc: v0.3.5 → v0.3.8](keewis/blackdoc@v0.3.5...v0.3.8)
- [github.com/PyCQA/flake8: 5.0.2 → 6.0.0](PyCQA/flake8@5.0.2...6.0.0)
- [github.com/PyCQA/isort: 5.10.1 → 5.12.0](PyCQA/isort@5.10.1...5.12.0)
- [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0-alpha.6](pre-commit/mirrors-prettier@v2.7.1...v3.0.0-alpha.6)
  • Loading branch information
pre-commit-ci[bot] authored Mar 7, 2023
1 parent 342183c commit 5bedc89
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
@@ -1,7 +1,7 @@
exclude: ncar_jobqueue/jobqueue_template.yaml
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -13,25 +13,25 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/asottile/pyupgrade
rev: v2.37.3
rev: v3.3.1
hooks:
- id: pyupgrade
args:
- '--py38-plus'

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

- repo: https://github.com/keewis/blackdoc
rev: v0.3.5
rev: v0.3.8
hooks:
- id: blackdoc

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

Expand All @@ -40,11 +40,11 @@ repos:
hooks:
- id: seed-isort-config
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.7.1
rev: v3.0.0-alpha.6
hooks:
- id: prettier

0 comments on commit 5bedc89

Please sign in to comment.