Skip to content

Commit 6c4e143

Browse files
Merge pull request #45 from JakubAndrysek/refactor-cleanup
Refactor cleanup
2 parents 95cf9cb + 17e5296 commit 6c4e143

24 files changed

Lines changed: 66 additions & 60 deletions

.github/FUNDING.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/workflows/deploy-web.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
pip install -e ".[docs]"
2929
sudo apt-get install -y doxygen
3030
- name: Deploy docs
31-
run: make docs-deploy
31+
run: make docs-deploy

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ release.sh
6464
html
6565
.DS_Store
6666
.mkdoxy
67-
site/
67+
site/

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/profiles_settings.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/pyspacemouse.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ repos:
1919
- id: check-merge-conflict
2020

2121
default_language_version:
22-
python: python3.8
22+
python: python3.12

0 commit comments

Comments
 (0)