You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1038,6 +1038,8 @@ It uses the pycodestyle utility to determine what parts of the code needs to be
1038
1038
1039
1039
-[Safety](https://safetycli.com/) — Python dependency vulnerability scanner designed to enhance software supply chain security by detecting packages with known vulnerabilities. Checks Python dependencies against a database of known security vulnerabilities and provides detailed reports. Supports CI/CD integration and multiple output formats.
1040
1040
1041
+
-[ty](https://docs.astral.sh/ty/) — An extremely fast Python type checker written in Rust.
1042
+
1041
1043
-[unimport](https://unimport.hakancelik.dev) — A linter, formatter for finding and removing unused import statements.
1042
1044
1043
1045
-[vulture](https://github.com/jendrikseipp/vulture) — Find unused classes, functions and variables in Python code.
@@ -1086,6 +1088,8 @@ YAPF follows a distinctive methodology, originating from the 'clang-format' tool
1086
1088
1087
1089
-[brakeman](https://brakemanscanner.org) — A static analysis security vulnerability scanner for Ruby on Rails applications.
1088
1090
1091
+
-[Bullet](https://github.com/flyerhzm/bullet) — Help to kill N+1 queries and unused eager loading.
1092
+
1089
1093
-[bundler-audit](https://github.com/rubysec/bundler-audit) — Audit Gemfile.lock for gems with security vulnerabilities reported in [Ruby Advisory Database](https://github.com/rubysec/ruby-advisory-db).
1090
1094
1091
1095
-**cane**:warning: — Code quality threshold checking as part of your build.
@@ -2191,6 +2195,8 @@ but with the following improvements:
2191
2195
<h2>Rails</h2>
2192
2196
2193
2197
2198
+
-[Bullet](https://github.com/flyerhzm/bullet) — Help to kill N+1 queries and unused eager loading.
2199
+
2194
2200
-[DatabaseConsistency](https://github.com/djezzzl/database_consistency) — The tool to avoid various issues due to inconsistencies and inefficiencies between a database schema and application models.
2195
2201
2196
2202
-[dawnscanner](https://github.com/thesp0nge/dawnscanner) — A static analysis security scanner for ruby written web applications. It supports Sinatra, Padrino and Ruby on Rails frameworks.
0 commit comments