Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: 'v0.9.5'
rev: 'v0.9.8'
hooks:
- id: ruff
types_or: [python, pyi, jupyter, toml]
Expand All @@ -22,7 +22,7 @@ repos:
- id: mixed-line-ending
args: ['--fix=no']
- repo: https://github.com/gitleaks/gitleaks
rev: v8.23.3
rev: v8.24.0
hooks:
- id: gitleaks
- repo: https://github.com/jumanjihouse/pre-commit-hooks
Expand Down
2 changes: 2 additions & 0 deletions docs/changes/newsfragments/6919.breaking
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
QCoDeS no longer ships a ``setup.py`` script and all package config is done in ``pyproject.toml``
A version of `pip` or other package manager supporting ``PEP621`` is required to build from source.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ test = [
"sphinx>=4.5.0", # sphinx extension tests
"types-jsonschema>=4.16.0",
"types_requests>=0.1.8",
"types-setuptools>=57.0.0",
"types-tabulate>=0.1.0",
"types-tqdm>=4.64.6",
"types_pywin32>=305.0.0.7",
Expand Down
5 changes: 1 addition & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ imagesize==1.4.1
# via sphinx
importlib-metadata==8.5.0
# via opentelemetry-api
incremental==24.7.2
# via towncrier
iniconfig==2.0.0
# via pytest
ipykernel==6.29.5
Expand Down Expand Up @@ -361,8 +359,6 @@ schema==0.7.7
# via broadbean
scipy==1.15.2
# via qcodes (pyproject.toml)
setuptools==75.8.2
# via incremental
six==1.17.0
# via python-dateutil
snowballstemmer==2.2.0
Expand Down Expand Up @@ -463,6 +459,7 @@ types-tqdm==4.67.0.20250228
typing-extensions==4.12.2
# via
# qcodes (pyproject.toml)
# beautifulsoup4
# mypy
# pyvisa
# pyvisa-sim
Expand Down
9 changes: 0 additions & 9 deletions setup.py

This file was deleted.

Loading