CI Improvements
See original GitHub issueSuggested by @chrisjsewell at #599, #601, #602
- use
rev: 19.10b0
rather thanstable
forblack
in the pre-commit hook - check the pre-commit hook in the CI
- run the CI on PR initiated from other repositories than
mwouts/jupytext
- install
pandoc
in the pip CI using e.g.r-lib/actions/setup-pandoc
- use tox
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Continual improvement process - Wikipedia
A continual improvement process, also often called a continuous improvement process is an ongoing effort to improve products, services, or processes.
Read more >Continuous Improvement (CI) Definition - iSixSigma
Continuous improvement is an ongoing effort to improve all elements of an organization, whether this be processes, tools, products, or services. Sometimes the ......
Read more >Continuous Improvement Model - ASQ
Continuous improvement uses the PDCA cycle, Six Sigma, Lean, and Total Quality Management to improve product and service quality. Learn more at ASQ.org....
Read more >What Is Continuous Improvement? Definition and Tools
It is an iterative practice that drills down into a problem by analyzing what caused it until you reach the root of the...
Read more >5 Continuous Improvement Examples You Need to Know
With its roots in manufacturing, continuous improvement is a method that strives to locate opportunities for ensuring efficiency, continuously.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Also FYI, you can run
pre-commit autoupdate
to update all the hook versionsThe skip-duplicate-action seems to provide a satisfactory solution to the problem of duplicate runs… see how (exactly half) of the duplicate jobs were skipped at https://github.com/mwouts/jupytext/pull/633/checks !