Skip to content

Commit

Permalink
Merge branch 'main' into move-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Dec 4, 2023
2 parents bc5be08 + 631cc73 commit 71654c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ repos:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.0
rev: v1.7.1
hooks:
- id: mypy
# empty args needed in order to match mypy cli behavior
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ description = Build documentation
passenv = *
usedevelop = true
commands =
linkchecker -f linkcheckerrc docs
mkdocs build --strict
linkchecker -f linkcheckerrc site
extras =
docs

Expand Down

0 comments on commit 71654c8

Please sign in to comment.