Skip to content

Commit

Permalink
Merge branch 'main' into inclusive-language-phase1
Browse files Browse the repository at this point in the history
  • Loading branch information
beeankha authored Apr 23, 2024
2 parents 1f6c22b + aea5a22 commit 8575f78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ repos:
# auto format Python codes within docstrings
- id: blacken-docs
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.7
rev: v0.4.1
hooks:
# lint & attempt to correct failures (e.g. pyupgrade)
- id: ruff
Expand Down Expand Up @@ -87,7 +87,7 @@ repos:
tests/
)
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.28.1
rev: 0.28.2
hooks:
# verify github syntaxes
- id: check-github-workflows
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pillow==10.0.1
PyYAML==6.0.1
Sphinx==7.2.6
Sphinx==7.3.7
conda-sphinx-theme==0.2.1
linkify-it-py==2.0.2
myst-parser==2.0.0
Expand Down

0 comments on commit 8575f78

Please sign in to comment.