Skip to content

Commit fbfcaa1

Browse files
authored
Raft of repository maintenance and updates (#57)
- Switch to pyproject.toml - Update pre-commits, and switch to ruff for linting, sorting - Run most of the ruff auto-fixers - Switch to using GitHub actions instead of Azure
2 parents 056c04a + f363ce0 commit fbfcaa1

33 files changed

+398
-636
lines changed

.azure-pipelines/azure-pipelines.yml

-159
This file was deleted.

.azure-pipelines/conda-forge-build.yml

-91
This file was deleted.

.azure-pipelines/flake8-validation.py

-42
This file was deleted.

.azure-pipelines/syntax-validation.py

-30
This file was deleted.

setup.cfg .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ serialize =
77
{major}.{minor}.{patch}
88
{major}.{minor}
99

10-
[bumpversion:file:setup.py]
10+
[bumpversion:file:pyproject.toml]
1111
search = version="{current_version}"
1212
replace = version="{new_version}"
1313

0 commit comments

Comments
 (0)