Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modernize project setup #187

Closed
wants to merge 6 commits into from
Closed
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
3 changes: 0 additions & 3 deletions setup.cfg → .flake8
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[bdist_wheel]
universal = 1

[flake8]
max_line_length = 100
# E203: whitespace before ':' (black / flake8 disagreement)
Expand Down
6 changes: 6 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# Migrate code style to Black
99520f9201340d57d2cc9cf6f45992b994eff7c4

# Standardize on ruff for python formatting/linting via pre-commits
4551ae13f72bee68c50509570edead4e6e19bf00

# Automatically reformat doc module
b5ae905041f45c360117962e89713753edf1199c
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@ repos:
- id: ruff
args: [--fix]
- id: ruff-format

exclude: doc/ext/sphinxarg
Loading
Loading