Skip to content

Bump flake8 from 3.7.9 to 3.8.3#10

Merged
marcelveldt merged 1 commit into
masterfrom
dependabot/pip/flake8-3.8.3
Sep 13, 2020
Merged

Bump flake8 from 3.7.9 to 3.8.3#10
marcelveldt merged 1 commit into
masterfrom
dependabot/pip/flake8-3.8.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 13, 2020

Bumps flake8 from 3.7.9 to 3.8.3.

Commits
  • 181bb46 Release 3.8.3
  • 3d68da9 Merge branch 'doctests-flag-desc' into 'master'
  • e817c63 Help clarify the option behaviour
  • b6d3fca Merge branch 'issues/665' into 'master'
  • 9b8f908 fix JobsArgument --help output
  • 94304de Merge branch 'issue-662' into 'master'
  • a68d4d0 processor: Catch SyntaxError also when generating tokens for a file
  • 4071645 Release 3.8.2
  • b9fe4d6 Merge branch 'extend_exclude_is_files' into 'master'
  • 31c2f9f treat --extend-exclude as a file list
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.7.9 to 3.8.3.
- [Release notes](https://gitlab.com/pycqa/flake8/tags)
- [Commits](https://gitlab.com/pycqa/flake8/compare/3.7.9...3.8.3)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/flake8-3.8.3 branch from 2f5578e to efa707c Compare September 13, 2020 10:14
@marcelveldt marcelveldt merged commit 7849bbf into master Sep 13, 2020
@marcelveldt marcelveldt deleted the dependabot/pip/flake8-3.8.3 branch September 13, 2020 10:16
OzGav pushed a commit that referenced this pull request Apr 30, 2026
Restructures the staging to make PRs reviewable and search delivery
incremental:

- Stage 7 (frontend) now ships only the three-tab Classical view
  (Composers / Works / Performers) with no search component. Drops
  the previously-planned in-view Search tab as redundant with the
  global search.

- New Stage 8: basic global Classical search. Server extends
  SearchResults with classical entity types; frontend adds a
  Classical master chip to the existing global search that returns up
  to 50 mixed results in a flat list, single-term substring match.
  Demoable in isolation; first reviewable milestone for search.

- New Stage 9: refined classical search with nested chip hierarchy.
  Second level (Composers / Works / Performers) inside the Classical
  chip; third level inside Performers for role narrowing. Auto-
  activates the Classical chip when search is invoked from the
  Classical view.

- Stage 10: playback / queue (was Stage 8).

Out-of-scope clarification added: any change to MA's underlying
search backend (FTS5, multi-term token-AND, ranked results) is an
MA-wide infrastructure concern that needs its own RFC, not coupled
to classical. Classical search uses the current substring backend.

Decisions log updated with three new entries (#10#12) covering the
search-location, search-staging, and search-backend-out-of-scope
calls. Decision #8 updated to reflect the move from four tabs to
three.

Stage 1 PR doc's stages table updated to match the new numbering.
sandymac added a commit to sandymac/music-assistant-server that referenced this pull request May 16, 2026
Resolves design-doc Q8 ("does docs/ ship upstream?") by folding the
design doc content into a provider-level README following the
established pattern (sendspin/README.md, local_audio/README.md,
hue_entertainment/README.md, etc.). The top-level docs/ tree is removed.

music_assistant/providers/wled_audiosync/README.md (new):
- Concise reference rather than dev-history doc: drops the phasing
  plan and prior "open questions" framing, keeps everything users
  and reviewers actually need.
- Sections:
  * Clean-room declaration (prominent — Apache-2.0 vs GPL-3.0
    reference projects).
  * In scope / out of scope.
  * Architecture diagram showing PCM → DSP → encoder → UDP fan-out.
  * File map of the provider directory.
  * Discovery flow (mDNS + /json/info filter + port-pinning quirk).
  * Provider-level + per-Player config tables.
  * V2 packet wire format (44 bytes, why 44 not 40, struct.pack form).
  * DSP pipeline ASCII diagram + defaults table.
  * Implementation notes worth recording (the architectural decisions
    that emerged during implementation - global vs per-band AGC, the
    mDNS-port quirk, sender-side IP_ADD_MEMBERSHIP, the TransportSocket
    gotcha, auto-reset + /json/info re-probe, AudioReactive detection).
  * Test inventory matching the 98 tests / 92% coverage state.
  * Hardware-in-loop verification procedure (rewritten to not depend
    on Sandy's local-disk wled_test_tones path; references the
    in-test generators in test_dsp_frequency_mapping.py instead).
  * Open design questions still needing maintainer review (music-assistant#2, music-assistant#3, music-assistant#9,
    music-assistant#10, music-assistant#11, music-assistant#12 - Q1, Q4, Q5, Q6, Q7, Q8 are all closed now).

docs/wled_audiosync_design.md: removed.

CLAUDE.local.md:
- "Pointers" section now references the README path.
- Resolved-questions list adds Q8 ("PR scope / docs/ tree") as closed
  by this move.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
sandymac added a commit to sandymac/music-assistant-server that referenced this pull request May 18, 2026
Resolves design-doc Q8 ("does docs/ ship upstream?") by folding the
design doc content into a provider-level README following the
established pattern (sendspin/README.md, local_audio/README.md,
hue_entertainment/README.md, etc.). The top-level docs/ tree is removed.

music_assistant/providers/wled_audiosync/README.md (new):
- Concise reference rather than dev-history doc: drops the phasing
  plan and prior "open questions" framing, keeps everything users
  and reviewers actually need.
- Sections:
  * Clean-room declaration (prominent — Apache-2.0 vs GPL-3.0
    reference projects).
  * In scope / out of scope.
  * Architecture diagram showing PCM → DSP → encoder → UDP fan-out.
  * File map of the provider directory.
  * Discovery flow (mDNS + /json/info filter + port-pinning quirk).
  * Provider-level + per-Player config tables.
  * V2 packet wire format (44 bytes, why 44 not 40, struct.pack form).
  * DSP pipeline ASCII diagram + defaults table.
  * Implementation notes worth recording (the architectural decisions
    that emerged during implementation - global vs per-band AGC, the
    mDNS-port quirk, sender-side IP_ADD_MEMBERSHIP, the TransportSocket
    gotcha, auto-reset + /json/info re-probe, AudioReactive detection).
  * Test inventory matching the 98 tests / 92% coverage state.
  * Hardware-in-loop verification procedure (rewritten to not depend
    on Sandy's local-disk wled_test_tones path; references the
    in-test generators in test_dsp_frequency_mapping.py instead).
  * Open design questions still needing maintainer review (music-assistant#2, music-assistant#3, music-assistant#9,
    music-assistant#10, music-assistant#11, music-assistant#12 - Q1, Q4, Q5, Q6, Q7, Q8 are all closed now).

docs/wled_audiosync_design.md: removed.

CLAUDE.local.md:
- "Pointers" section now references the README path.
- Resolved-questions list adds Q8 ("PR scope / docs/ tree") as closed
  by this move.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant