-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
General repo and tooling cleanup (#839)
* Replace setup.py with pyproject.toml * Add pytest config to pyproject * Add more to pytest section * Add concurrency setting to testing wflow * Add ruff section to pyproject * Don't error out on dep warnings * Upgrade ruff py version * mypy and black docs * Add pre-commit custom message * FIx py versions * Linting * Remove mypy * Ruff add show fixes * Change ruff pre-commit repo * Ensure import annotations * Fix type hinting * Add docstring ignores * More docstring linting * Fix type hint in utils * Fix typing for python < 3.10 * Linting * Revert typing and exclude settings * Revert most typing changes * Factor out common testing function * Fix materials float test * Linting
- Loading branch information
Jason Munro
authored
Aug 24, 2023
1 parent
f8cfd82
commit 57d8acf
Showing
78 changed files
with
1,168 additions
and
1,984 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
from __future__ import annotations | ||
|
||
from .client import BaseRester, MPRestError | ||
from .settings import MAPIClientSettings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.