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

Fix/ci upgrade python #716

Merged
merged 3 commits into from
Jan 17, 2025
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.13'
- name: Install Python dependencies
run: pip install --upgrade -r requirements.txt
- name: Build versioned HTML manual
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.13'
- name: Install Python dependencies
run: pip install --upgrade -r requirements.txt
- name: Set up SSH Agent
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.13
- name: Install Python dependencies
run: pip install -r requirements-changelog.txt
- name: Update Changelog
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.13'
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.13'
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
Expand Down
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
entry: python tools/fixup_gh_wiki_anchors.py
language: python
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.1.0
rev: v5.0.0
hooks:
- id: check-byte-order-marker
- id: check-case-conflict
Expand All @@ -26,7 +26,7 @@ repos:
exclude: ^source/locale/.*$
- id: check-yaml
- repo: https://github.com/codespell-project/codespell
rev: f7f304cb40596e4706be27ca44d1401396a97420
rev: v2.3.0
hooks:
- id: codespell
name: "Check for spelling mistakes"
Expand All @@ -37,19 +37,19 @@ repos:
]
exclude: ^(.*\.svg|source/locale/.*)$
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 24.10.0
hooks:
- id: black
name: "Reformat Python code"
- repo: https://github.com/pycqa/flake8
rev: '3.8.3'
rev: '7.1.1'
hooks:
- id: flake8
name: "Check for Python warnings"
files: ^tools/.*$
types: [text, python]
- repo: https://github.com/myint/rstcheck
rev: '3f92957478422df87bd730abde66f089cc1ee19b'
rev: 'v6.2.4'
hooks:
- id: rstcheck
name: "Check RST syntax"
Expand Down
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
# The format is a list of tuples containing the path and title.
# epub_pre_files = []

# HTML files shat should be inserted after the pages created by sphinx.
# HTML files that should be inserted after the pages created by sphinx.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

favorite typo so far 🤣

# The format is a list of tuples containing the path and title.
# epub_post_files = []

Expand Down
2 changes: 1 addition & 1 deletion source/hardware/controllers/hercules_dj_console_4_mx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Deck / Channel specific controls
| | jog pressed | |
+-----------+----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Jog wheel | Up/Down | Moves up / down in the tracklist if either Up or Down are held down |
| | presssed | |
| | pressed | |
+-----------+----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Jog wheel | LED | If the beatflash led has been set to jogwheel in the JavaScript file, the light of this button will be flashing following the beats of the song. |
+-----------+----------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion source/hardware/controllers/hercules_dj_console_rmx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Deck / Channel specific controls
| | and moves to the beginning. |
+----------------------------------+----------------------------------+
| Cue | Sets the cue point if a track is |
| | stopped and not at the curren |
| | stopped and not at the current |
| | cue point |
| | Stops track and returns to the |
| | current cue point if a track is |
Expand Down
2 changes: 1 addition & 1 deletion source/hardware/controllers/numark_n4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -305,4 +305,4 @@ Make sure its high enough within mixxx
Booth/Gain Volume
^^^^^^^^^^^^^^^^^

Behaves as espected (but doesn’t manipulate any mixxx controls).
Behaves as expected (but doesn’t manipulate any mixxx controls).
2 changes: 1 addition & 1 deletion source/hardware/controllers/pioneer_ddj_sx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Figure Control Description
13 :hwlabel:`PARAMETER LEFT` Jump *beatjump_size* beats backward
13 :hwlabel:`SHIFT` + :hwlabel:`PARAMETER LEFT` Increase *beatjump_size*
14 :hwlabel:`PARAMETER RIGHT` Jump *beatjump_size* beats forward
14 :hwlabel:`SHIFT` + :hwlabel:`PARAMETER RIGHT` Decreate *beatjump_size*
14 :hwlabel:`SHIFT` + :hwlabel:`PARAMETER RIGHT` Decrease *beatjump_size*
=============== ============================================= =================================================================================================================================


Expand Down
2 changes: 1 addition & 1 deletion source/hardware/controllers/reloop_beatpad.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ SYNC
that also have **quantize** enabled (which is enabled by default by the
mapping) will always have their beats lined up.
**Note :** the **quantize** mode is not mapped on the controller but can be
enabled/desabled from Mixxx.
enabled/disabled from Mixxx.

.. _reloop-beatpad-jogwheel:

Expand Down
4 changes: 2 additions & 2 deletions source/hardware/controllers/reloop_terminal_mix_series.rst
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ deck.*

- Turn: move the highlight up/down by one line
- :hwlabel:`SHIFT` + turn: move the highlight one page up/down
- Press while Tree panel has focus: expand an item if possible. If item can’t be expanded further, it is selected and and highight is shifted rightwarde to the respective tracks table.
- Press while Tree panel has focus: expand an item if possible. If item can’t be expanded further, it is selected and and highlight is shifted rightwarde to the respective tracks table.
- Press while tracks table has focus: perform the Track Load Action specified in :menuselection:`Preferences --> Library` (default: load track to next empty deck)

- :hwlabel:`Volume Level Meter`
Expand All @@ -241,7 +241,7 @@ deck.*
- :hwlabel:`MIDI` LED (blue)

- Flashes when a MIDI messages was sent
- When it flashes although no control is touched, it’s probably due to dust in the jogwheels (See :ref:`Controler Hardware / Maintenance <reloop-terminal-mix-series-maintenance>`)
- When it flashes although no control is touched, it’s probably due to dust in the jogwheels (See :ref:`Controller Hardware / Maintenance <reloop-terminal-mix-series-maintenance>`)

- :hwlabel:`Shift Lock` switch at the back side

Expand Down
Loading