Skip to content

Commit

Permalink
chg: Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Feb 3, 2025
1 parent b6e02ad commit 8e9d58f
Show file tree
Hide file tree
Showing 4 changed files with 369 additions and 519 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
exclude: "tests/data"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/asottile/pyupgrade
rev: v3.17.0
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py38-plus]
5 changes: 4 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
version: 2
build:
os: "ubuntu-22.04"
os: "ubuntu-lts-latest"
tools:
python: "3"

sphinx:
configuration: docs/source/conf.py

python:
install:
- method: pip
Expand Down
Loading

0 comments on commit 8e9d58f

Please sign in to comment.