File tree 3 files changed +12
-6
lines changed
3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 4
4
- package-ecosystem : " github-actions"
5
5
directory : " /"
6
6
schedule :
7
- interval : " weekly"
7
+ interval : " monthly"
8
+ groups :
9
+ actions :
10
+ patterns :
11
+ - " *"
Original file line number Diff line number Diff line change
1
+ changelog :
2
+ exclude :
3
+ authors :
4
+ - dependabot
5
+ - pre-commit-ci
Original file line number Diff line number Diff line change @@ -80,7 +80,6 @@ files = "src"
80
80
python_version = " 3.8"
81
81
warn_unused_configs = " true"
82
82
strict = true
83
- show_error_codes = true
84
83
warn_unreachable = true
85
84
enable_error_code = [" ignore-without-code" , " redundant-expr" , " truthy-bool" ]
86
85
@@ -90,8 +89,7 @@ ignore_missing_imports = true
90
89
91
90
92
91
[tool .ruff .lint ]
93
- select = [
94
- " E" , " F" , " W" , # flake8
92
+ extend-select = [
95
93
" B" , # flake8-bugbear
96
94
" I" , # isort
97
95
" ARG" , # flake8-unused-arguments
@@ -115,9 +113,8 @@ select = [
115
113
" NPY" , # NumPy specific rules
116
114
" PD" , # pandas-vet
117
115
]
118
- extend- ignore = [
116
+ ignore = [
119
117
" PLR" , # Design related pylint codes
120
- " E501" , # Line too long
121
118
" PT004" , # Use underscore for non-returning fixture (use usefixture instead)
122
119
" PT013" , # Incorrect import of pytest
123
120
" ISC001" , # Conflicts with formatter
You can’t perform that action at this time.
0 commit comments