Skip to content

Commit

Permalink
build: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmyersturnbull committed Mar 1, 2022
1 parent 9bdca1f commit 11c8008
Show file tree
Hide file tree
Showing 4 changed files with 555 additions and 491 deletions.
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Check out https://pre-commit.com/ for documentation
# and https://pre-commit.com/hooks.html for more hooks
minimum_pre_commit_version: 2.15.0
minimum_pre_commit_version: 2.17.0
repos:
# --- Built-in hooks --
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
- id: check-symlinks
- id: check-case-conflict
Expand All @@ -23,7 +23,7 @@ repos:
exclude: ^recipes/.*
# --- Commit messages ---
- repo: https://github.com/commitizen-tools/commitizen
rev: v2.19.0
rev: v2.20.5
hooks:
- id: commitizen
stages: ["commit-msg"]
Expand All @@ -35,26 +35,26 @@ repos:
files: ".ipynb"
# --- Linters ---
- repo: https://github.com/pycqa/isort
rev: 5.9.3
rev: 5.10.1
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/psf/black
rev: 21.9b0
rev: 22.1.0
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
rev: v1.11.0
rev: v1.12.1
hooks:
- id: blacken-docs
additional_dependencies: ["black==21.9b0"]
additional_dependencies: ["black==22.1.0"]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.4.1
rev: v2.5.1
hooks:
- id: prettier
stages: [commit]
exclude: ^recipes/.*
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.1.1
rev: 1.2.3
hooks:
- id: nbqa-black
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx >=4.2,<5.0
sphinx >=4.4,<5.0
sphinx-rtd-theme >=1.0,<2.0
sphinx-autoapi >=1.8,<2.0
sphinx-copybutton >=0.3,<1.0
Expand Down
Loading

0 comments on commit 11c8008

Please sign in to comment.