-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 🎨 run black and isort * 👷 add black and isort to CI * 👷 add Python 3.12 * 💚 fix requirements-dev.txt * 👷 add black and isort to CI * 👷 add black and isort to CI * 👷 add black and isort to CI * 🚨 fix warnings * 🚨 fix warnings * 🎨 fix format * 🚨 fix warnings * ➕ add mypy * ✏️ fix URL * 🎨 format code
- Loading branch information
Showing
3 changed files
with
41 additions
and
34 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
github: nlohmann | ||
custom: http://paypal.me/nlohmann | ||
custom: https://paypal.me/nlohmann |
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 |
---|---|---|
|
@@ -3,3 +3,7 @@ | |
ruff==0.3.5 | ||
black==24.3.0 | ||
isort==5.13.2 | ||
|
||
mypy==1.9.0 | ||
types-requests==2.31.0.20240402 | ||
types-tqdm==4.66.0.20240106 |