diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 62203d52..9e88e5e0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.4 + rev: v0.3.7 hooks: - id: ruff args: diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b53711a5..7ee42f0e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,4 +13,4 @@ sphinx: python: install: - - requirements: docs/_ext/djangodummy/requirements.txt \ No newline at end of file + - requirements: docs/_ext/djangodummy/requirements.txt diff --git a/docs/_ext/djangodummy/requirements.txt b/docs/_ext/djangodummy/requirements.txt index 5bdc261b..38074c27 100644 --- a/docs/_ext/djangodummy/requirements.txt +++ b/docs/_ext/djangodummy/requirements.txt @@ -3,4 +3,4 @@ Django == 3.2.25 django-extra-views == 0.14.0 sphinxcontrib-django == 0.5.1 -sphinx_rtd_theme==2.0.0 \ No newline at end of file +sphinx_rtd_theme==2.0.0