Increase rule set size (#14689)

This commit is contained in:
InSync 2024-11-30 21:12:10 +07:00 committed by GitHub
parent 579ef01294
commit be07424e80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,7 +5,7 @@ use ruff_macros::CacheKey;
use crate::registry::Rule;
const RULESET_SIZE: usize = 14;
const RULESET_SIZE: usize = 15;
/// A set of [`Rule`]s.
///