Skip to content

Commit

Permalink
Delete .flake8 and update .gitignore
Browse files Browse the repository at this point in the history
  - Delete .flake8 file and move [flake8] to setup.cfg
  - Update .gitignore
  - Fix docstring in fmresources.py
  - Add type hints to bitmap functions
  - Adjust shadow alpha lists
  • Loading branch information
oldgithubman committed Oct 16, 2024
1 parent 6da9f27 commit a72dd01
Show file tree
Hide file tree
Showing 4 changed files with 690 additions and 650 deletions.
6 changes: 0 additions & 6 deletions .flake8

This file was deleted.

14 changes: 7 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
__pycache__/
.DS_Store
.venv*/
.vscode/
*.blend1
*.code-workspace
/.coverage
__pycache__/
/.pytest_cache/
/.venv/
/build/
Expand All @@ -10,25 +13,22 @@ __pycache__/
/DisplayCAL.egg-info/requires.txt
/DisplayCAL.egg-info/SOURCES.txt
/DisplayCAL.egg-info/top_level.txt
/DisplayCAL/lib64/python38/*.so
/DisplayCAL/lib64/python39/*.so
/DisplayCAL/__version__.py
/DisplayCAL/lib64/python310/*.so
/DisplayCAL/lib64/python311/*.pyd
/DisplayCAL/lib64/python38/*.so
/DisplayCAL/lib64/python39/*.so
/DisplayCAL/lib64/RealDisplaySizeMM.cpython-310-darwin.so
/DisplayCAL/lib64/RealDisplaySizeMM.cpython-311-darwin.so
/DisplayCAL/lib64/RealDisplaySizeMM.cpython-312-darwin.so
/DisplayCAL/ref/*.log
/DisplayCAL/__version__.py
/dist/
.DS_Store
/INSTALLED_FILES
/MANIFEST.in
/tests/data/icc/Monitor 1 #1 2022-03-09 16-13 D6500 2.2 F-S XYZLUT+MTX.B2A1.post.CLUT.png
/tests/data/icc/Monitor 1 #1 2022-03-09 16-13 D6500 2.2 F-S XYZLUT+MTX.B2A1.post.CLUT.smooth.png
/venv/
.venv*/
/VERSION
.vscode/
cacert.pem
main.py
MANIFEST.in
Loading

0 comments on commit a72dd01

Please sign in to comment.