Skip to content

Commit

Permalink
CI: various minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Dec 13, 2023
1 parent 3858931 commit 3c811fa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

environment:
name: pypi
url: https://pypi.org/p/enstat
url: https://pypi.org/p/texplain

permissions:
id-token: write
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 23.12.0
hooks:
- id: black
args: [--safe, --quiet, --line-length=100]
- repo: https://github.com/humitos/mirrors-autoflake.git
rev: v1.1
- repo: https://github.com/PyCQA/autoflake
rev: v2.2.1
hooks:
- id: autoflake
args: [--in-place, --remove-unused-variable]
Expand Down
9 changes: 4 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: 2

sphinx:
configuration: docs/conf.py

version: 2

build:
os: ubuntu-20.04
os: ubuntu-22.04
tools:
python: mambaforge-4.10
python: mambaforge-22.9

conda:
environment: environment.yaml
Expand All @@ -15,4 +15,3 @@ python:
install:
- method: pip
path: .
system_packages: true

0 comments on commit 3c811fa

Please sign in to comment.