Skip to content

Commit e548d98

Browse files
authored
Port some rules over to next (#224)
* move legacy out of src * add simple rule discovery * port existing rules over
1 parent 07a5794 commit e548d98

File tree

141 files changed

+139
-83
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+139
-83
lines changed

.flake8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[flake8]
2-
exclude = src/fixit/legacy/
2+
exclude = legacy/
33
ignore =
44
# mccabe complexity
55
C901

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
exclude: "^src/fixit/legacy/.*$"
1+
exclude: "^legacy/.*$"
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
44
rev: v3.2.0
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)