Skip to content

Commit a58a541

Browse files
authored
v1.1.0
version 1.1.0
2 parents 680e53a + 5cd4cb3 commit a58a541

File tree

5 files changed

+1203
-1603
lines changed

5 files changed

+1203
-1603
lines changed

.pre-commit-config.yaml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
repos:
2-
- repo: https://github.com/psf/black
3-
rev: 21.12b0
2+
# Using this mirror lets us use mypyc-compiled black, which is about 2x faster
3+
- repo: https://github.com/psf/black-pre-commit-mirror
4+
rev: 25.1.0
45
hooks:
56
- id: black
6-
language_version: python3.9
7+
# It is recommended to specify the latest version of Python
8+
# supported by your project here, or alternatively use
9+
# pre-commit's default_language_version, see
10+
# https://pre-commit.com/#top_level-default_language_version
11+
language_version: python3.11
12+
- repo: https://github.com/pycqa/flake8
13+
rev: '7.3.0' # pick a git hash / tag to point to
14+
hooks:
15+
- id: flake8

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: 2
22

33
build:
4-
os: ubuntu-20.04
4+
os: ubuntu-24.04
55
tools:
6-
python: "3.9"
6+
python: "3.11"
77
apt_packages:
88
- libgirepository1.0-dev
99

0 commit comments

Comments
 (0)