Skip to content

Commit eebe368

Browse files
dependabot[bot]Copilotoameye
authored
build(deps): bump crate-ci/typos from 1.42.0 to 1.43.3 (#486)
* build(deps): bump crate-ci/typos from 1.42.0 to 1.43.3 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.42.0 to 1.43.3. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.42.0...v1.43.3) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.43.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fix CI: Remove unused @variables import and fix formatting in ModelingToolkitExt (#487) * Initial plan * Remove unused @variables import from ModelingToolkitExt Co-authored-by: oameye <57623933+oameye@users.noreply.github.com> * Fix formatting: Put Symbolics imports on single line Co-authored-by: oameye <57623933+oameye@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: oameye <57623933+oameye@users.noreply.github.com> * [WIP] Update typos dependency from 1.42.0 to 1.43.3 (#488) * Initial plan * Remove unused @setup_workload and @compile_workload imports Co-authored-by: oameye <57623933+oameye@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: oameye <57623933+oameye@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: oameye <57623933+oameye@users.noreply.github.com>
1 parent 616289c commit eebe368

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/SpellCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
- name: Checkout Actions Repository
1111
uses: actions/checkout@v6
1212
- name: Check spelling
13-
uses: crate-ci/typos@v1.42.0
13+
uses: crate-ci/typos@v1.43.3

ext/ModelingToolkitExt.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ using QuestBase:
1010
using HarmonicBalance:
1111
HarmonicEquation, get_variables, DifferentialEquation, get_independent_variables
1212
using HarmonicBalance: first_order_transform!
13-
using Symbolics:
14-
simplify, Equation, substitute, Num, @variables, expand, unwrap, arguments, wrap
13+
using Symbolics: simplify, Equation, substitute, Num, expand, unwrap, arguments, wrap
1514
using ModelingToolkit:
1615
ModelingToolkit,
1716
System,

src/HarmonicBalance.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ using Reexport: @reexport
5757
@reexport using HarmonicSteadyState
5858

5959
# Precompilation setup
60-
using PrecompileTools: @setup_workload, @compile_workload
60+
# using PrecompileTools: @setup_workload, @compile_workload
6161
# @setup_workload begin
6262
# # Putting some things in `@setup_workload` instead of `@compile_workload` can reduce the size of the
6363
# # precompile file and potentially make loading faster.

0 commit comments

Comments
 (0)