Skip to content

Commit

Permalink
Update 2024-08-09-anaconda.md (#432)
Browse files Browse the repository at this point in the history
* Update 2024-08-09-anaconda.md

* Update posts/2024/2024-08-09-anaconda.md

* Update 2024-08-09-anaconda.md

* Apply suggestions from code review

* LMAO
  • Loading branch information
nabobalis committed Sep 6, 2024
1 parent da0deb5 commit bf526a9
Show file tree
Hide file tree
Showing 9 changed files with 416 additions and 435 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:
autoupdate_schedule: "quarterly"
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.6.0"
rev: "v0.6.4"
hooks:
- id: ruff
args: ["--fix", "--unsafe-fixes"]
Expand Down
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: 2

build:
os: ubuntu-22.04
os: ubuntu-lts-latest
tools:
python: "3.11"
python: latest
jobs:
post_checkout:
- git submodule update --init
Expand Down
2 changes: 1 addition & 1 deletion exts/rawfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ def on_html_collect_pages(app):
return ()


def setup(app):
def setup(app) -> None:
app.add_config_value("rawfiles", [], "html")
app.connect("html-collect-pages", on_html_collect_pages)
Loading

0 comments on commit bf526a9

Please sign in to comment.