Skip to content

Swap pre-commit workflows to prek#780

Merged
drbenvincent merged 1 commit intomainfrom
issue-779-swap-to-prek
Mar 4, 2026
Merged

Swap pre-commit workflows to prek#780
drbenvincent merged 1 commit intomainfrom
issue-779-swap-to-prek

Conversation

@drbenvincent
Copy link
Copy Markdown
Collaborator

Summary

  • Replace local developer workflow commands from pre-commit to prek, including setup (make setup) and contributor guidance.
  • Add a CI prek job that runs scoped checks on pull requests (--from-ref/--to-ref) and full checks on pushes (--all-files).
  • Remove the obsolete pre-commit-ci bot labeling workflow and update internal skills/rules to use scoped prek runs during iteration.

Fixes #779

Changes

  • Switched docs/rules references in AGENTS.md, CONTRIBUTING.md, .cursor/rules/basic.mdc, and .github/workflows/welcome.yml.
  • Updated tooling/dependencies: Makefile now installs hooks via prek install -f; pyproject.toml extras now depend on prek; regenerated environment.yml from pyproject.toml.
  • Added prek CI checks to .github/workflows/ci.yml using j178/prek-action with PR scoping and push full-run behavior.
  • Updated internal PR workflow skills to reflect prek usage and smart scoping guidance.
  • Deleted .github/workflows/label-precommit-prs.yml since pre-commit-ci bot labeling is no longer relevant.

Testing

  • $CONDA_EXE run -n CausalPy prek run --all-files

Checklist

  • Local docs/rules updated to prek
  • Smart scoping guidance added for iterative runs
  • CI updated to run prek
  • environment.yml regenerated from pyproject.toml

This updates local contributor guidance and setup to use prek, introduces smart scoped runs during iteration, and adds a CI prek job that scopes pull request checks by diff while keeping full checks on pushes.

Made-with: Cursor
@github-actions github-actions bot added the devops DevOps related label Mar 4, 2026
@read-the-docs-community
Copy link
Copy Markdown

Documentation build overview

📚 causalpy | 🛠️ Build #31655588 | 📁 Comparing bc20d94 against latest (b047c56)


🔍 Preview build

Show files changed (214 files in total): 📝 214 modified | ➕ 0 added | ➖ 0 deleted
File Status
404.html 📝 modified
api/generated/causalpy.data.datasets.load_data.html 📝 modified
api/generated/causalpy.data.simulate_data.generate_piecewise_its_data.html 📝 modified
api/generated/causalpy.data.simulate_data.generate_staggered_did_data.html 📝 modified
api/generated/causalpy.experiments.base.BaseExperiment.effect_summary.html 📝 modified
api/generated/causalpy.experiments.base.BaseExperiment.plot.html 📝 modified
api/generated/causalpy.experiments.base.BaseExperiment.print_coefficients.html 📝 modified
api/generated/causalpy.experiments.diff_in_diff.DifferenceInDifferences.effect_summary.html 📝 modified
api/generated/causalpy.experiments.diff_in_diff.DifferenceInDifferences.html 📝 modified
api/generated/causalpy.experiments.diff_in_diff.DifferenceInDifferences.plot.html 📝 modified
api/generated/causalpy.experiments.diff_in_diff.DifferenceInDifferences.print_coefficients.html 📝 modified
api/generated/causalpy.experiments.instrumental_variable.InstrumentalVariable.html 📝 modified
api/generated/causalpy.experiments.instrumental_variable.InstrumentalVariable.print_coefficients.html 📝 modified
api/generated/causalpy.experiments.interrupted_time_series.InterruptedTimeSeries.analyze_persistence.html 📝 modified
api/generated/causalpy.experiments.interrupted_time_series.InterruptedTimeSeries.effect_summary.html 📝 modified
api/generated/causalpy.experiments.interrupted_time_series.InterruptedTimeSeries.html 📝 modified
api/generated/causalpy.experiments.interrupted_time_series.InterruptedTimeSeries.plot.html 📝 modified
api/generated/causalpy.experiments.interrupted_time_series.InterruptedTimeSeries.print_coefficients.html 📝 modified
api/generated/causalpy.experiments.inverse_propensity_weighting.InversePropensityWeighting.get_ate.html 📝 modified
api/generated/causalpy.experiments.inverse_propensity_weighting.InversePropensityWeighting.html 📝 modified
api/generated/causalpy.experiments.inverse_propensity_weighting.InversePropensityWeighting.plot.html 📝 modified
api/generated/causalpy.experiments.inverse_propensity_weighting.InversePropensityWeighting.print_coefficients.html 📝 modified
api/generated/causalpy.experiments.piecewise_its.PiecewiseITS.get_plot_data_bayesian.html 📝 modified
api/generated/causalpy.experiments.piecewise_its.PiecewiseITS.html 📝 modified
api/generated/causalpy.experiments.piecewise_its.PiecewiseITS.plot.html 📝 modified
api/generated/causalpy.experiments.piecewise_its.PiecewiseITS.print_coefficients.html 📝 modified
api/generated/causalpy.experiments.piecewise_its.PiecewiseITS.summary.html 📝 modified
api/generated/causalpy.experiments.prepostnegd.PrePostNEGD.effect_summary.html 📝 modified
api/generated/causalpy.experiments.prepostnegd.PrePostNEGD.plot.html 📝 modified
api/generated/causalpy.experiments.prepostnegd.PrePostNEGD.print_coefficients.html 📝 modified
api/generated/causalpy.experiments.regression_discontinuity.RegressionDiscontinuity.effect_summary.html 📝 modified
api/generated/causalpy.experiments.regression_discontinuity.RegressionDiscontinuity.plot.html 📝 modified
api/generated/causalpy.experiments.regression_discontinuity.RegressionDiscontinuity.print_coefficients.html 📝 modified
api/generated/causalpy.experiments.regression_kink.RegressionKink.effect_summary.html 📝 modified
api/generated/causalpy.experiments.regression_kink.RegressionKink.plot.html 📝 modified
api/generated/causalpy.experiments.regression_kink.RegressionKink.print_coefficients.html 📝 modified
api/generated/causalpy.experiments.staggered_did.StaggeredDifferenceInDifferences.effect_summary.html 📝 modified
api/generated/causalpy.experiments.staggered_did.StaggeredDifferenceInDifferences.get_plot_data_bayesian.html 📝 modified
api/generated/causalpy.experiments.staggered_did.StaggeredDifferenceInDifferences.html 📝 modified
api/generated/causalpy.experiments.staggered_did.StaggeredDifferenceInDifferences.plot.html 📝 modified
api/generated/causalpy.experiments.staggered_did.StaggeredDifferenceInDifferences.print_coefficients.html 📝 modified
api/generated/causalpy.experiments.staggered_did.StaggeredDifferenceInDifferences.summary.html 📝 modified
api/generated/causalpy.experiments.synthetic_control.SyntheticControl.effect_summary.html 📝 modified
api/generated/causalpy.experiments.synthetic_control.SyntheticControl.plot.html 📝 modified
api/generated/causalpy.experiments.synthetic_control.SyntheticControl.print_coefficients.html 📝 modified
api/generated/causalpy.pymc_models.BayesianBasisExpansionTimeSeries.init.html 📝 modified
api/generated/causalpy.pymc_models.BayesianBasisExpansionTimeSeries.add_coord.html 📝 modified
api/generated/causalpy.pymc_models.BayesianBasisExpansionTimeSeries.add_named_variable.html 📝 modified
api/generated/causalpy.pymc_models.BayesianBasisExpansionTimeSeries.build_model.html 📝 modified
api/generated/causalpy.pymc_models.BayesianBasisExpansionTimeSeries.calculate_impact.html 📝 modified
api/generated/causalpy.pymc_models.BayesianBasisExpansionTimeSeries.compile_d2logp.html 📝 modified
api/generated/causalpy.pymc_models.BayesianBasisExpansionTimeSeries.compile_dlogp.html 📝 modified
api/generated/causalpy.pymc_models.BayesianBasisExpansionTimeSeries.compile_fn.html 📝 modified
api/generated/causalpy.pymc_models.BayesianBasisExpansionTimeSeries.compile_logp.html 📝 modified
api/generated/causalpy.pymc_models.BayesianBasisExpansionTimeSeries.create_value_var.html 📝 modified
api/generated/causalpy.pymc_models.BayesianBasisExpansionTimeSeries.d2logp.html 📝 modified
api/generated/causalpy.pymc_models.BayesianBasisExpansionTimeSeries.debug.html 📝 modified
api/generated/causalpy.pymc_models.BayesianBasisExpansionTimeSeries.dlogp.html 📝 modified
api/generated/causalpy.pymc_models.BayesianBasisExpansionTimeSeries.fit.html 📝 modified
api/generated/causalpy.pymc_models.BayesianBasisExpansionTimeSeries.html 📝 modified
api/generated/causalpy.pymc_models.BayesianBasisExpansionTimeSeries.initial_point.html 📝 modified
api/generated/causalpy.pymc_models.BayesianBasisExpansionTimeSeries.logp.html 📝 modified
api/generated/causalpy.pymc_models.BayesianBasisExpansionTimeSeries.make_obs_var.html 📝 modified
api/generated/causalpy.pymc_models.BayesianBasisExpansionTimeSeries.predict.html 📝 modified
api/generated/causalpy.pymc_models.BayesianBasisExpansionTimeSeries.print_coefficients.html 📝 modified
api/generated/causalpy.pymc_models.BayesianBasisExpansionTimeSeries.register_rv.html 📝 modified
api/generated/causalpy.pymc_models.BayesianBasisExpansionTimeSeries.replace_rvs_by_values.html 📝 modified
api/generated/causalpy.pymc_models.BayesianBasisExpansionTimeSeries.score.html 📝 modified
api/generated/causalpy.pymc_models.BayesianBasisExpansionTimeSeries.set_data.html 📝 modified
api/generated/causalpy.pymc_models.BayesianBasisExpansionTimeSeries.set_dim.html 📝 modified
api/generated/causalpy.pymc_models.BayesianBasisExpansionTimeSeries.to_graphviz.html 📝 modified
api/generated/causalpy.pymc_models.InstrumentalVariableRegression.init.html 📝 modified
api/generated/causalpy.pymc_models.InstrumentalVariableRegression.add_coord.html 📝 modified
api/generated/causalpy.pymc_models.InstrumentalVariableRegression.add_named_variable.html 📝 modified
api/generated/causalpy.pymc_models.InstrumentalVariableRegression.build_model.html 📝 modified
api/generated/causalpy.pymc_models.InstrumentalVariableRegression.calculate_impact.html 📝 modified
api/generated/causalpy.pymc_models.InstrumentalVariableRegression.compile_d2logp.html 📝 modified
api/generated/causalpy.pymc_models.InstrumentalVariableRegression.compile_dlogp.html 📝 modified
api/generated/causalpy.pymc_models.InstrumentalVariableRegression.compile_fn.html 📝 modified
api/generated/causalpy.pymc_models.InstrumentalVariableRegression.compile_logp.html 📝 modified
api/generated/causalpy.pymc_models.InstrumentalVariableRegression.create_value_var.html 📝 modified
api/generated/causalpy.pymc_models.InstrumentalVariableRegression.d2logp.html 📝 modified
api/generated/causalpy.pymc_models.InstrumentalVariableRegression.debug.html 📝 modified
api/generated/causalpy.pymc_models.InstrumentalVariableRegression.dlogp.html 📝 modified
api/generated/causalpy.pymc_models.InstrumentalVariableRegression.html 📝 modified
api/generated/causalpy.pymc_models.InstrumentalVariableRegression.initial_point.html 📝 modified
api/generated/causalpy.pymc_models.InstrumentalVariableRegression.logp.html 📝 modified
api/generated/causalpy.pymc_models.InstrumentalVariableRegression.make_obs_var.html 📝 modified
api/generated/causalpy.pymc_models.InstrumentalVariableRegression.print_coefficients.html 📝 modified
api/generated/causalpy.pymc_models.InstrumentalVariableRegression.register_rv.html 📝 modified
api/generated/causalpy.pymc_models.InstrumentalVariableRegression.replace_rvs_by_values.html 📝 modified
api/generated/causalpy.pymc_models.InstrumentalVariableRegression.set_data.html 📝 modified
api/generated/causalpy.pymc_models.InstrumentalVariableRegression.set_dim.html 📝 modified
api/generated/causalpy.pymc_models.InstrumentalVariableRegression.to_graphviz.html 📝 modified
api/generated/causalpy.pymc_models.LinearRegression.init.html 📝 modified
api/generated/causalpy.pymc_models.LinearRegression.add_coord.html 📝 modified
api/generated/causalpy.pymc_models.LinearRegression.add_named_variable.html 📝 modified
api/generated/causalpy.pymc_models.LinearRegression.calculate_impact.html 📝 modified
api/generated/causalpy.pymc_models.LinearRegression.compile_d2logp.html 📝 modified
api/generated/causalpy.pymc_models.LinearRegression.compile_dlogp.html 📝 modified
api/generated/causalpy.pymc_models.LinearRegression.compile_fn.html 📝 modified
api/generated/causalpy.pymc_models.LinearRegression.compile_logp.html 📝 modified
api/generated/causalpy.pymc_models.LinearRegression.create_value_var.html 📝 modified
api/generated/causalpy.pymc_models.LinearRegression.d2logp.html 📝 modified
api/generated/causalpy.pymc_models.LinearRegression.debug.html 📝 modified
api/generated/causalpy.pymc_models.LinearRegression.dlogp.html 📝 modified
api/generated/causalpy.pymc_models.LinearRegression.fit.html 📝 modified
api/generated/causalpy.pymc_models.LinearRegression.html 📝 modified
api/generated/causalpy.pymc_models.LinearRegression.initial_point.html 📝 modified
api/generated/causalpy.pymc_models.LinearRegression.logp.html 📝 modified
api/generated/causalpy.pymc_models.LinearRegression.make_obs_var.html 📝 modified
api/generated/causalpy.pymc_models.LinearRegression.print_coefficients.html 📝 modified
api/generated/causalpy.pymc_models.LinearRegression.register_rv.html 📝 modified
api/generated/causalpy.pymc_models.LinearRegression.replace_rvs_by_values.html 📝 modified
api/generated/causalpy.pymc_models.LinearRegression.set_data.html 📝 modified
api/generated/causalpy.pymc_models.LinearRegression.set_dim.html 📝 modified
api/generated/causalpy.pymc_models.LinearRegression.to_graphviz.html 📝 modified
api/generated/causalpy.pymc_models.PropensityScore.init.html 📝 modified
api/generated/causalpy.pymc_models.PropensityScore.add_coord.html 📝 modified
api/generated/causalpy.pymc_models.PropensityScore.add_named_variable.html 📝 modified
api/generated/causalpy.pymc_models.PropensityScore.calculate_impact.html 📝 modified
api/generated/causalpy.pymc_models.PropensityScore.compile_d2logp.html 📝 modified
api/generated/causalpy.pymc_models.PropensityScore.compile_dlogp.html 📝 modified
api/generated/causalpy.pymc_models.PropensityScore.compile_fn.html 📝 modified
api/generated/causalpy.pymc_models.PropensityScore.compile_logp.html 📝 modified
api/generated/causalpy.pymc_models.PropensityScore.create_value_var.html 📝 modified
api/generated/causalpy.pymc_models.PropensityScore.d2logp.html 📝 modified
api/generated/causalpy.pymc_models.PropensityScore.debug.html 📝 modified
api/generated/causalpy.pymc_models.PropensityScore.dlogp.html 📝 modified
api/generated/causalpy.pymc_models.PropensityScore.fit_outcome_model.html 📝 modified
api/generated/causalpy.pymc_models.PropensityScore.html 📝 modified
api/generated/causalpy.pymc_models.PropensityScore.initial_point.html 📝 modified
api/generated/causalpy.pymc_models.PropensityScore.logp.html 📝 modified
api/generated/causalpy.pymc_models.PropensityScore.make_obs_var.html 📝 modified
api/generated/causalpy.pymc_models.PropensityScore.print_coefficients.html 📝 modified
api/generated/causalpy.pymc_models.PropensityScore.register_rv.html 📝 modified
api/generated/causalpy.pymc_models.PropensityScore.replace_rvs_by_values.html 📝 modified
api/generated/causalpy.pymc_models.PropensityScore.set_data.html 📝 modified
api/generated/causalpy.pymc_models.PropensityScore.set_dim.html 📝 modified
api/generated/causalpy.pymc_models.PropensityScore.to_graphviz.html 📝 modified
api/generated/causalpy.pymc_models.PyMCModel.init.html 📝 modified
api/generated/causalpy.pymc_models.PyMCModel.add_coord.html 📝 modified
api/generated/causalpy.pymc_models.PyMCModel.add_named_variable.html 📝 modified
api/generated/causalpy.pymc_models.PyMCModel.calculate_impact.html 📝 modified
api/generated/causalpy.pymc_models.PyMCModel.compile_d2logp.html 📝 modified
api/generated/causalpy.pymc_models.PyMCModel.compile_dlogp.html 📝 modified
api/generated/causalpy.pymc_models.PyMCModel.compile_fn.html 📝 modified
api/generated/causalpy.pymc_models.PyMCModel.compile_logp.html 📝 modified
api/generated/causalpy.pymc_models.PyMCModel.create_value_var.html 📝 modified
api/generated/causalpy.pymc_models.PyMCModel.d2logp.html 📝 modified
api/generated/causalpy.pymc_models.PyMCModel.debug.html 📝 modified
api/generated/causalpy.pymc_models.PyMCModel.dlogp.html 📝 modified
api/generated/causalpy.pymc_models.PyMCModel.fit.html 📝 modified
api/generated/causalpy.pymc_models.PyMCModel.html 📝 modified
api/generated/causalpy.pymc_models.PyMCModel.initial_point.html 📝 modified
api/generated/causalpy.pymc_models.PyMCModel.logp.html 📝 modified
api/generated/causalpy.pymc_models.PyMCModel.make_obs_var.html 📝 modified
api/generated/causalpy.pymc_models.PyMCModel.print_coefficients.html 📝 modified
api/generated/causalpy.pymc_models.PyMCModel.register_rv.html 📝 modified
api/generated/causalpy.pymc_models.PyMCModel.replace_rvs_by_values.html 📝 modified
api/generated/causalpy.pymc_models.PyMCModel.set_data.html 📝 modified
api/generated/causalpy.pymc_models.PyMCModel.set_dim.html 📝 modified
api/generated/causalpy.pymc_models.PyMCModel.to_graphviz.html 📝 modified
api/generated/causalpy.pymc_models.StateSpaceTimeSeries.init.html 📝 modified
api/generated/causalpy.pymc_models.StateSpaceTimeSeries.add_coord.html 📝 modified
api/generated/causalpy.pymc_models.StateSpaceTimeSeries.add_named_variable.html 📝 modified
api/generated/causalpy.pymc_models.StateSpaceTimeSeries.build_model.html 📝 modified
api/generated/causalpy.pymc_models.StateSpaceTimeSeries.calculate_impact.html 📝 modified
api/generated/causalpy.pymc_models.StateSpaceTimeSeries.compile_d2logp.html 📝 modified
api/generated/causalpy.pymc_models.StateSpaceTimeSeries.compile_dlogp.html 📝 modified
api/generated/causalpy.pymc_models.StateSpaceTimeSeries.compile_fn.html 📝 modified
api/generated/causalpy.pymc_models.StateSpaceTimeSeries.compile_logp.html 📝 modified
api/generated/causalpy.pymc_models.StateSpaceTimeSeries.create_value_var.html 📝 modified
api/generated/causalpy.pymc_models.StateSpaceTimeSeries.d2logp.html 📝 modified
api/generated/causalpy.pymc_models.StateSpaceTimeSeries.debug.html 📝 modified
api/generated/causalpy.pymc_models.StateSpaceTimeSeries.dlogp.html 📝 modified
api/generated/causalpy.pymc_models.StateSpaceTimeSeries.fit.html 📝 modified
api/generated/causalpy.pymc_models.StateSpaceTimeSeries.html 📝 modified
api/generated/causalpy.pymc_models.StateSpaceTimeSeries.initial_point.html 📝 modified
api/generated/causalpy.pymc_models.StateSpaceTimeSeries.logp.html 📝 modified
api/generated/causalpy.pymc_models.StateSpaceTimeSeries.make_obs_var.html 📝 modified
api/generated/causalpy.pymc_models.StateSpaceTimeSeries.predict.html 📝 modified
api/generated/causalpy.pymc_models.StateSpaceTimeSeries.print_coefficients.html 📝 modified
api/generated/causalpy.pymc_models.StateSpaceTimeSeries.register_rv.html 📝 modified
api/generated/causalpy.pymc_models.StateSpaceTimeSeries.replace_rvs_by_values.html 📝 modified
api/generated/causalpy.pymc_models.StateSpaceTimeSeries.score.html 📝 modified
api/generated/causalpy.pymc_models.StateSpaceTimeSeries.set_data.html 📝 modified
api/generated/causalpy.pymc_models.StateSpaceTimeSeries.set_dim.html 📝 modified
api/generated/causalpy.pymc_models.StateSpaceTimeSeries.to_graphviz.html 📝 modified
api/generated/causalpy.pymc_models.WeightedSumFitter.init.html 📝 modified
api/generated/causalpy.pymc_models.WeightedSumFitter.add_coord.html 📝 modified
api/generated/causalpy.pymc_models.WeightedSumFitter.add_named_variable.html 📝 modified
api/generated/causalpy.pymc_models.WeightedSumFitter.calculate_impact.html 📝 modified
api/generated/causalpy.pymc_models.WeightedSumFitter.compile_d2logp.html 📝 modified
api/generated/causalpy.pymc_models.WeightedSumFitter.compile_dlogp.html 📝 modified
api/generated/causalpy.pymc_models.WeightedSumFitter.compile_fn.html 📝 modified
api/generated/causalpy.pymc_models.WeightedSumFitter.compile_logp.html 📝 modified
api/generated/causalpy.pymc_models.WeightedSumFitter.create_value_var.html 📝 modified
api/generated/causalpy.pymc_models.WeightedSumFitter.d2logp.html 📝 modified
api/generated/causalpy.pymc_models.WeightedSumFitter.debug.html 📝 modified
api/generated/causalpy.pymc_models.WeightedSumFitter.dlogp.html 📝 modified
api/generated/causalpy.pymc_models.WeightedSumFitter.fit.html 📝 modified
api/generated/causalpy.pymc_models.WeightedSumFitter.html 📝 modified
api/generated/causalpy.pymc_models.WeightedSumFitter.initial_point.html 📝 modified
api/generated/causalpy.pymc_models.WeightedSumFitter.logp.html 📝 modified
api/generated/causalpy.pymc_models.WeightedSumFitter.make_obs_var.html 📝 modified
api/generated/causalpy.pymc_models.WeightedSumFitter.print_coefficients.html 📝 modified
api/generated/causalpy.pymc_models.WeightedSumFitter.register_rv.html 📝 modified
api/generated/causalpy.pymc_models.WeightedSumFitter.replace_rvs_by_values.html 📝 modified
api/generated/causalpy.pymc_models.WeightedSumFitter.set_data.html 📝 modified
api/generated/causalpy.pymc_models.WeightedSumFitter.set_dim.html 📝 modified
api/generated/causalpy.pymc_models.WeightedSumFitter.to_graphviz.html 📝 modified
api/generated/causalpy.skl_models.ScikitLearnAdaptor.print_coefficients.html 📝 modified
api/generated/causalpy.skl_models.WeightedProportion.print_coefficients.html 📝 modified

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.42%. Comparing base (b047c56) to head (bc20d94).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #780   +/-   ##
=======================================
  Coverage   92.42%   92.42%           
=======================================
  Files          52       52           
  Lines        9230     9230           
  Branches      562      562           
=======================================
  Hits         8531     8531           
  Misses        527      527           
  Partials      172      172           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Contributor

@maresb maresb left a comment

Choose a reason for hiding this comment

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

Awesome!!! I really wanted to do this. Huge 👍 from me!!!

@drbenvincent drbenvincent merged commit 1289ebf into main Mar 4, 2026
17 checks passed
@maresb maresb deleted the issue-779-swap-to-prek branch March 4, 2026 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

devops DevOps related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Swap pre-commit for prek

2 participants