diff --git a/.JuliaFormatter.toml b/.JuliaFormatter.toml deleted file mode 100644 index b1cb9b0..0000000 --- a/.JuliaFormatter.toml +++ /dev/null @@ -1,7 +0,0 @@ -style = "sciml" -pipe_to_function_call = false -always_for_in = false -separate_kwargs_with_semicolon = true -margin = 132 -yas_style_nesting = true -ignore = ["examples/pluto-examples.jl"] diff --git a/.codespellrc b/.codespellrc index 8f31170..1dccac7 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,2 +1,2 @@ [codespell] -ignore-words-list = Missings +ignore-words-list = missings diff --git a/.gitignore b/.gitignore index cd54a71..9fa4682 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ Manifest.toml deps/build.log deps/deps.jl deps/usr +*.html diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d5ca7fe..6a982cb 100755 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: rev: v1.0.0 hooks: - id: runic -# - repo: https://github.com/codespell-project/codespell -# rev: v2.2.4 -# hooks: -# - id: codespell +- repo: https://github.com/codespell-project/codespell + rev: v2.2.4 + hooks: + - id: codespell