We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3acec8 commit bc88983Copy full SHA for bc88983
‎.github/workflows/test.yml‎
@@ -43,6 +43,8 @@ jobs:
43
run: sudo apt-get install -y libxml2-dev libxslt-dev python3-dev
44
- name: Install possible shapely build requirements (if building from source)
45
run: sudo apt-get install -y libgeos-dev
46
+ - name: Install possible Pillow build requirements (if building from source)
47
+ run: sudo apt-get install -y libjpeg-dev
48
49
- name: Update pip
50
run: python3 -m pip install -U pip
‎.pre-commit-config.yaml‎
@@ -16,7 +16,7 @@ repos:
16
- id: black
17
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: v0.11.6
+ rev: v0.11.7
20
hooks:
21
- args:
22
- --fix
0 commit comments