Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

Commit db7d635

Browse files
[pre-commit.ci] pre-commit autoupdate (#74)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.11.4](astral-sh/ruff-pre-commit@v0.9.9...v0.11.4) * fix: remove numpy rc channel for tests * fix: guiqwt test for numpy rc channel --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: beckermr <becker.mr@gmail.com>
1 parent 2b32889 commit db7d635

File tree

58 files changed

+1029
-47
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1029
-47
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,4 @@ conda_forge_feedstock_check_solvable.egg-info/
132132
conda_forge_feedstock_check_solvable/_version.py
133133

134134
.ruff_cache/
135+
.DS_Store

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- --py36-plus
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
2525
# Ruff version.
26-
rev: v0.9.9
26+
rev: v0.11.4
2727
hooks:
2828
# Run the linter.
2929
- id: ruff
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
c_compiler:
2+
- gcc
3+
c_compiler_version:
4+
- '12'
5+
c_stdlib:
6+
- sysroot
7+
c_stdlib_version:
8+
- '2.12'
9+
cdt_name:
10+
- cos6
11+
channel_sources:
12+
- conda-forge
13+
channel_targets:
14+
- conda-forge main
15+
cxx_compiler:
16+
- gxx
17+
cxx_compiler_version:
18+
- '12'
19+
docker_image:
20+
- quay.io/condaforge/linux-anvil-cos7-x86_64
21+
numpy:
22+
- '1.22'
23+
pin_run_as_build:
24+
python:
25+
min_pin: x.x
26+
max_pin: x.x
27+
pyqt:
28+
- '5.15'
29+
python:
30+
- 3.8.* *_cpython
31+
target_platform:
32+
- linux-64
33+
zip_keys:
34+
- - c_compiler_version
35+
- cxx_compiler_version
36+
- - c_stdlib_version
37+
- cdt_name
38+
- - python
39+
- numpy
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
c_compiler:
2+
- gcc
3+
c_compiler_version:
4+
- '12'
5+
c_stdlib:
6+
- sysroot
7+
c_stdlib_version:
8+
- '2.12'
9+
cdt_name:
10+
- cos6
11+
channel_sources:
12+
- conda-forge
13+
channel_targets:
14+
- conda-forge main
15+
cxx_compiler:
16+
- gxx
17+
cxx_compiler_version:
18+
- '12'
19+
docker_image:
20+
- quay.io/condaforge/linux-anvil-cos7-x86_64
21+
numpy:
22+
- '2.0'
23+
pin_run_as_build:
24+
python:
25+
min_pin: x.x
26+
max_pin: x.x
27+
pyqt:
28+
- '5.15'
29+
python:
30+
- 3.10.* *_cpython
31+
target_platform:
32+
- linux-64
33+
zip_keys:
34+
- - c_compiler_version
35+
- cxx_compiler_version
36+
- - c_stdlib_version
37+
- cdt_name
38+
- - python
39+
- numpy
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
c_compiler:
2+
- gcc
3+
c_compiler_version:
4+
- '12'
5+
c_stdlib:
6+
- sysroot
7+
c_stdlib_version:
8+
- '2.12'
9+
cdt_name:
10+
- cos6
11+
channel_sources:
12+
- conda-forge
13+
channel_targets:
14+
- conda-forge main
15+
cxx_compiler:
16+
- gxx
17+
cxx_compiler_version:
18+
- '12'
19+
docker_image:
20+
- quay.io/condaforge/linux-anvil-cos7-x86_64
21+
numpy:
22+
- '2.0'
23+
pin_run_as_build:
24+
python:
25+
min_pin: x.x
26+
max_pin: x.x
27+
pyqt:
28+
- '5.15'
29+
python:
30+
- 3.11.* *_cpython
31+
target_platform:
32+
- linux-64
33+
zip_keys:
34+
- - c_compiler_version
35+
- cxx_compiler_version
36+
- - c_stdlib_version
37+
- cdt_name
38+
- - python
39+
- numpy
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
c_compiler:
2+
- gcc
3+
c_compiler_version:
4+
- '12'
5+
c_stdlib:
6+
- sysroot
7+
c_stdlib_version:
8+
- '2.12'
9+
cdt_name:
10+
- cos6
11+
channel_sources:
12+
- conda-forge
13+
channel_targets:
14+
- conda-forge main
15+
cxx_compiler:
16+
- gxx
17+
cxx_compiler_version:
18+
- '12'
19+
docker_image:
20+
- quay.io/condaforge/linux-anvil-cos7-x86_64
21+
numpy:
22+
- '2.0'
23+
pin_run_as_build:
24+
python:
25+
min_pin: x.x
26+
max_pin: x.x
27+
pyqt:
28+
- '5.15'
29+
python:
30+
- 3.12.* *_cpython
31+
target_platform:
32+
- linux-64
33+
zip_keys:
34+
- - c_compiler_version
35+
- cxx_compiler_version
36+
- - c_stdlib_version
37+
- cdt_name
38+
- - python
39+
- numpy
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
c_compiler:
2+
- gcc
3+
c_compiler_version:
4+
- '12'
5+
c_stdlib:
6+
- sysroot
7+
c_stdlib_version:
8+
- '2.12'
9+
cdt_name:
10+
- cos6
11+
channel_sources:
12+
- conda-forge
13+
channel_targets:
14+
- conda-forge main
15+
cxx_compiler:
16+
- gxx
17+
cxx_compiler_version:
18+
- '12'
19+
docker_image:
20+
- quay.io/condaforge/linux-anvil-cos7-x86_64
21+
numpy:
22+
- '2.0'
23+
pin_run_as_build:
24+
python:
25+
min_pin: x.x
26+
max_pin: x.x
27+
pyqt:
28+
- '5.15'
29+
python:
30+
- 3.9.* *_cpython
31+
target_platform:
32+
- linux-64
33+
zip_keys:
34+
- - c_compiler_version
35+
- cxx_compiler_version
36+
- - c_stdlib_version
37+
- cdt_name
38+
- - python
39+
- numpy
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
BUILD:
2+
- aarch64-conda_cos7-linux-gnu
3+
c_compiler:
4+
- gcc
5+
c_compiler_version:
6+
- '12'
7+
c_stdlib:
8+
- sysroot
9+
c_stdlib_version:
10+
- '2.17'
11+
cdt_arch:
12+
- aarch64
13+
cdt_name:
14+
- cos7
15+
channel_sources:
16+
- conda-forge
17+
channel_targets:
18+
- conda-forge main
19+
cxx_compiler:
20+
- gxx
21+
cxx_compiler_version:
22+
- '12'
23+
docker_image:
24+
- quay.io/condaforge/linux-anvil-cos7-x86_64
25+
numpy:
26+
- '1.22'
27+
pin_run_as_build:
28+
python:
29+
min_pin: x.x
30+
max_pin: x.x
31+
pyqt:
32+
- '5.15'
33+
python:
34+
- 3.8.* *_cpython
35+
target_platform:
36+
- linux-aarch64
37+
zip_keys:
38+
- - c_compiler_version
39+
- cxx_compiler_version
40+
- - c_stdlib_version
41+
- cdt_name
42+
- - python
43+
- numpy
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
BUILD:
2+
- aarch64-conda_cos7-linux-gnu
3+
c_compiler:
4+
- gcc
5+
c_compiler_version:
6+
- '12'
7+
c_stdlib:
8+
- sysroot
9+
c_stdlib_version:
10+
- '2.17'
11+
cdt_arch:
12+
- aarch64
13+
cdt_name:
14+
- cos7
15+
channel_sources:
16+
- conda-forge
17+
channel_targets:
18+
- conda-forge main
19+
cxx_compiler:
20+
- gxx
21+
cxx_compiler_version:
22+
- '12'
23+
docker_image:
24+
- quay.io/condaforge/linux-anvil-cos7-x86_64
25+
numpy:
26+
- '2.0'
27+
pin_run_as_build:
28+
python:
29+
min_pin: x.x
30+
max_pin: x.x
31+
pyqt:
32+
- '5.15'
33+
python:
34+
- 3.10.* *_cpython
35+
target_platform:
36+
- linux-aarch64
37+
zip_keys:
38+
- - c_compiler_version
39+
- cxx_compiler_version
40+
- - c_stdlib_version
41+
- cdt_name
42+
- - python
43+
- numpy
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
BUILD:
2+
- aarch64-conda_cos7-linux-gnu
3+
c_compiler:
4+
- gcc
5+
c_compiler_version:
6+
- '12'
7+
c_stdlib:
8+
- sysroot
9+
c_stdlib_version:
10+
- '2.17'
11+
cdt_arch:
12+
- aarch64
13+
cdt_name:
14+
- cos7
15+
channel_sources:
16+
- conda-forge
17+
channel_targets:
18+
- conda-forge main
19+
cxx_compiler:
20+
- gxx
21+
cxx_compiler_version:
22+
- '12'
23+
docker_image:
24+
- quay.io/condaforge/linux-anvil-cos7-x86_64
25+
numpy:
26+
- '2.0'
27+
pin_run_as_build:
28+
python:
29+
min_pin: x.x
30+
max_pin: x.x
31+
pyqt:
32+
- '5.15'
33+
python:
34+
- 3.11.* *_cpython
35+
target_platform:
36+
- linux-aarch64
37+
zip_keys:
38+
- - c_compiler_version
39+
- cxx_compiler_version
40+
- - c_stdlib_version
41+
- cdt_name
42+
- - python
43+
- numpy

0 commit comments

Comments
 (0)