Skip to content

Commit

Permalink
Merge pull request python-windrose#259 from python-windrose/pre-commi…
Browse files Browse the repository at this point in the history
…t-ci-update-config

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
ocefpaf authored Dec 5, 2023
2 parents 92d4495 + 7ca9d27 commit a3adf2e
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 @@ -16,7 +16,7 @@ repos:
files: requirements-dev.txt

- repo: https://github.com/psf/black
rev: 23.10.1
rev: 23.11.0
hooks:
- id: black
language_version: python3
Expand Down Expand Up @@ -51,17 +51,17 @@ repos:
- id: add-trailing-comma

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.4
rev: v0.1.6
hooks:
- id: ruff

- repo: https://github.com/tox-dev/pyproject-fmt
rev: 1.4.1
rev: 1.5.3
hooks:
- id: pyproject-fmt

- repo: https://github.com/nbQA-dev/nbQA
rev: 1.7.0
rev: 1.7.1
hooks:
# mdformat works on the CLI but not as pre-commit yet.
# Use `nbqa mdformat jupyterbook --nbqa-md` to run it locally.
Expand Down

0 comments on commit a3adf2e

Please sign in to comment.