|
10 | 10 | - [autopep8](https://github.com/hhatto/autopep8) |
11 | 11 | - [black](https://github.com/psf/black) |
12 | 12 | - [biome](https://biomejs.dev) |
| 13 | +- [buf](https://github.com/bufbuild/buf) |
13 | 14 | - [cbfmt](https://github.com/lukas-reineke/cbfmt) |
14 | 15 | - [clang-format](https://www.kernel.org/doc/html/latest/process/clang-format.html) |
15 | 16 | - [cljfmt](https://github.com/weavejester/cljfmt) |
| 17 | +- [cmake-format](https://github.com/cheshirekow/cmake_format) |
16 | 18 | - [csharpier](https://csharpier.com/) |
17 | 19 | - [dart](https://github.com/dart-lang) |
18 | 20 | - [deno_fmt](https://github.com/denoland/deno) as `deno fmt` |
|
63 | 65 |
|
64 | 66 | ## Linters |
65 | 67 |
|
| 68 | +- [buf](https://github.com/bufbuild/buf) |
| 69 | +- [checkmate](https://github.com/checkmake/checkmake) |
66 | 70 | - [clang-tidy](https://clang.llvm.org/extra/clang-tidy/) |
67 | 71 | - [codespell](https://github.com/codespell-project/codespell) |
| 72 | +- [cpplint](https://github.com/cpplint/cpplint) |
68 | 73 | - [detekt](https://detekt.dev/) |
| 74 | +- [dmypy](https://mypy.readthedocs.io/en/stable/mypy_daemon.html) |
69 | 75 | - [eslint](https://eslint.org/) |
70 | 76 | - [eslint_d](https://github.com/mantoni/eslint_d.js) |
71 | 77 | - [flake8](https://github.com/PyCQA/flake8) |
|
74 | 80 | - [hlint](https://github.com/ndmitchell/hlint) |
75 | 81 | - [ktlint](https://github.com/pinterest/ktlint) |
76 | 82 | - [luacheck](https://github.com/lunarmodules/luacheck) |
| 83 | +- [mypy](https://mypy.readthedocs.io/en/stable/index.html) |
| 84 | +- [mypyc](https://mypyc.readthedocs.io/en/latest/index.html) |
77 | 85 | - [sqlfluff](https://github.com/sqlfluff/sqlfluff) |
78 | 86 | - [pylint](https://github.com/PyCQA/pylint) |
79 | 87 | - [rubocop](https://github.com/rubocop/rubocop) |
|
82 | 90 | - [stylelint](https://stylelint.io/) |
83 | 91 | - [ruff](https://github.com/astral-sh/ruff) |
84 | 92 | - [typos](https://github.com/crate-ci/typos) |
85 | | -- [mypy](https://mypy.readthedocs.io/en/stable/index.html) |
86 | | -- [mypyc](https://mypyc.readthedocs.io/en/latest/index.html) |
87 | | -- [dmypy](https://mypy.readthedocs.io/en/stable/mypy_daemon.html) |
| 93 | +- [zsh](https://www.zsh.org/) as `zsh -n` |
88 | 94 |
|
89 | 95 | ## License MIT |
0 commit comments