Skip to content

Commit

Permalink
Merge branch 'main' into importlib.resources.read_binary
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Dec 18, 2023
2 parents dc1d253 + 6d4cf83 commit cbf1b6c
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 @@ -6,7 +6,7 @@ repos:
language_version: python3.8

- repo: https://github.com/PyCQA/isort
rev: "5.12.0"
rev: "5.13.0"
hooks:
- id: isort
files: \.py$
Expand All @@ -20,7 +20,7 @@ repos:
exclude: docs/.*|tests/.*|noxfile.py

- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.3"
rev: "v4.0.0-alpha.4"
hooks:
- id: prettier
args: [--prose-wrap, always]
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version: 2

sphinx:
builder: htmldir
builder: dirhtml
configuration: docs/conf.py

build:
Expand Down

0 comments on commit cbf1b6c

Please sign in to comment.