pre-commit-hook-yamlfmt VS nbQA

Compare pre-commit-hook-yamlfmt vs nbQA and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
pre-commit-hook-yamlfmt nbQA
1 2
55 967
- 2.8%
3.4 7.7
3 months ago 14 days ago
Python Python
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

pre-commit-hook-yamlfmt

Posts with mentions or reviews of pre-commit-hook-yamlfmt. We have used some of these posts to build our list of alternatives and similar projects.

nbQA

Posts with mentions or reviews of nbQA. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-06.
  • Jupyter lab code formatter?
    1 project | /r/learnpython | 14 May 2023
  • nbdev formating and linting
    7 projects | dev.to | 6 Jan 2023
    - repo: https://github.com/nbQA-dev/nbQA rev: 1.5.3 hooks: - id: nbqa-mypy args: ["--ignore-missing-imports", "--check-untyped-defs"] # pass args to mypy exclude: "directory_to_exclude/.*" # eclude any directory/files from formatting additional_dependencies: ["mypy", "types-toml", "types-requests"] # install additional dependencies - id: nbqa-black exclude: "directory_to_exclude/.*" # eclude any directory/files from formatting - id: nbqa-isort exclude: "directory_to_exclude/.*" # eclude any directory/files from formatting

What are some alternatives?

When comparing pre-commit-hook-yamlfmt and nbQA you can also consider the following projects:

mdformat - CommonMark compliant Markdown formatter

conventional-pre-commit - A pre-commit hook that checks commit messages for Conventional Commits formatting