chore: dump docs deps and pre-commit hooks (#2676)
This commit is contained in:
parent
3083f4470b
commit
72fbacd996
17
.github/dependabot.yml
vendored
Normal file
17
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
|
||||||
|
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
# Workflow files in .github/workflows will be checked
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
labels: ["skip news", "C: dependencies"]
|
||||||
|
|
||||||
|
- package-ecosystem: "python"
|
||||||
|
directory: "docs/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
labels: ["skip news", "C: dependencies", "T: documentation"]
|
||||||
|
reviewers: ["ichard26"]
|
@ -41,7 +41,7 @@ repos:
|
|||||||
- flake8-simplify
|
- flake8-simplify
|
||||||
|
|
||||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||||
rev: v0.910
|
rev: v0.910-1
|
||||||
hooks:
|
hooks:
|
||||||
- id: mypy
|
- id: mypy
|
||||||
exclude: ^docs/conf.py
|
exclude: ^docs/conf.py
|
||||||
@ -54,7 +54,7 @@ repos:
|
|||||||
- platformdirs >= 2.1.0
|
- platformdirs >= 2.1.0
|
||||||
|
|
||||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||||
rev: v2.3.2
|
rev: v2.5.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: prettier
|
- id: prettier
|
||||||
exclude: ^Pipfile\.lock
|
exclude: ^Pipfile\.lock
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Used by ReadTheDocs; pinned requirements for stability.
|
# Used by ReadTheDocs; pinned requirements for stability.
|
||||||
|
|
||||||
myst-parser==0.15.1
|
myst-parser==0.15.2
|
||||||
Sphinx==4.2.0
|
Sphinx==4.3.1
|
||||||
sphinxcontrib-programoutput==0.17
|
sphinxcontrib-programoutput==0.17
|
||||||
sphinx_copybutton==0.4.0
|
sphinx_copybutton==0.4.0
|
||||||
|
Loading…
Reference in New Issue
Block a user