diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 038294a7..5c1355b3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,8 +26,8 @@ repos: exclude: ^(docs/|gdocs/) - id: check-added-large-files args: ['--maxkb=500'] - - id: no-commit-to-branch - args: ['--branch', 'master', '--branch', 'develop'] + - id: no-commit-to-branch + args: ['--branch', 'master', '--branch', 'develop'] - repo: https://github.com/psf/black rev: 21.12b0 hooks: diff --git a/.readthedocs.yml b/.readthedocs.yml index bf4c4630..cf0b28de 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -24,5 +24,5 @@ build: # Optionally set the version of Python and requirements required to build your docs python: - install: - - requirements: docs/requirements.txt + install: + - requirements: docs/requirements.txt