Skip to content

Commit

Permalink
Merge branch 'openradar:main' into colormap_additions
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman authored Jul 6, 2023
2 parents 197ebda + df903f5 commit b72d595
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,22 @@ repos:
- id: double-quote-string-fixer

- repo: https://github.com/ambv/black
rev: 20.8b1
rev: 23.3.0
hooks:
- id: black

- repo: https://github.com/keewis/blackdoc
rev: v0.1.1
rev: v0.3.8
hooks:
- id: blackdoc

- repo: https://gitlab.com/pycqa/flake8
- repo: https://github.com/PyCQA/flake8
rev: 3.8.3
hooks:
- id: flake8

- repo: https://github.com/asottile/seed-isort-config
rev: v2.2.0
hooks:
- id: seed-isort-config
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.4.2
hooks:
- id: isort

- repo: https://github.com/prettier/prettier
rev: 2.1.1
rev: 3.0.0
hooks:
- id: prettier

Expand Down
24 changes: 24 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/conf.py

# Optionally build your docs in additional formats such as PDF and ePub
# formats:
# - pdf
# - epub

# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: docs/requirements-docs.txt

0 comments on commit b72d595

Please sign in to comment.