Skip to content

Commit e9667a3

Browse files
chore: update README.md
1 parent 31dc8bd commit e9667a3

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
1010
- [autopep8](https://github.com/hhatto/autopep8)
1111
- [black](https://github.com/psf/black)
1212
- [biome](https://biomejs.dev)
13+
- [buf](https://github.com/bufbuild/buf)
1314
- [cbfmt](https://github.com/lukas-reineke/cbfmt)
1415
- [clang-format](https://www.kernel.org/doc/html/latest/process/clang-format.html)
1516
- [cljfmt](https://github.com/weavejester/cljfmt)
17+
- [cmake-format](https://github.com/cheshirekow/cmake_format)
1618
- [csharpier](https://csharpier.com/)
1719
- [dart](https://github.com/dart-lang)
1820
- [deno_fmt](https://github.com/denoland/deno) as `deno fmt`
@@ -63,9 +65,13 @@
6365

6466
## Linters
6567

68+
- [buf](https://github.com/bufbuild/buf)
69+
- [checkmate](https://github.com/checkmake/checkmake)
6670
- [clang-tidy](https://clang.llvm.org/extra/clang-tidy/)
6771
- [codespell](https://github.com/codespell-project/codespell)
72+
- [cpplint](https://github.com/cpplint/cpplint)
6873
- [detekt](https://detekt.dev/)
74+
- [dmypy](https://mypy.readthedocs.io/en/stable/mypy_daemon.html)
6975
- [eslint](https://eslint.org/)
7076
- [eslint_d](https://github.com/mantoni/eslint_d.js)
7177
- [flake8](https://github.com/PyCQA/flake8)
@@ -74,6 +80,8 @@
7480
- [hlint](https://github.com/ndmitchell/hlint)
7581
- [ktlint](https://github.com/pinterest/ktlint)
7682
- [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)
7785
- [sqlfluff](https://github.com/sqlfluff/sqlfluff)
7886
- [pylint](https://github.com/PyCQA/pylint)
7987
- [rubocop](https://github.com/rubocop/rubocop)
@@ -82,8 +90,6 @@
8290
- [stylelint](https://stylelint.io/)
8391
- [ruff](https://github.com/astral-sh/ruff)
8492
- [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`
8894

8995
## License MIT

0 commit comments

Comments
 (0)