From 2f511142d22f7bb58b0d762cab654fdfda01f6b5 Mon Sep 17 00:00:00 2001 From: Marco Edward Gorelli Date: Wed, 20 Nov 2024 11:50:53 +0000 Subject: [PATCH] Add nbqa to list of hooks --- sections/hooks.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sections/hooks.md b/sections/hooks.md index 703bb5d3..828e9db9 100644 --- a/sections/hooks.md +++ b/sections/hooks.md @@ -112,6 +112,7 @@ for other programming languages: - [JohnnyMorganz/StyLua]: an opinionated Lua code formatter - [Koihik/LuaFormatter]: a formatter for Lua code - [mrtazz/checkmake]: linter for Makefile syntax +- [nbqa-dev/nbqa]: run common linters on Jupyter Notebooks [realm/SwiftLint]: https://github.com/realm/SwiftLint [nicklockwood/SwiftFormat]: https://github.com/nicklockwood/SwiftFormat @@ -124,6 +125,7 @@ for other programming languages: [JohnnyMorganz/StyLua]: https://github.com/JohnnyMorganz/StyLua [Koihik/LuaFormatter]: https://github.com/Koihik/LuaFormatter [mrtazz/checkmake]: https://github.com/mrtazz/checkmake +[nbqa-dev/nbqa]: https://github.com/nbQA-dev/nbQA ## finding hooks