Commit f437f92
authored
Enable ruff INP001 rule (TheAlgorithms#11346)
* Enable ruff INP001 rule
* Fix
* Fix
* Fix
* Fix
* Fix1 parent f8cdb3e commit f437f92Copy full SHA for f437f92
File tree
Expand file treeCollapse file tree
15 files changed
+3
-4
lines changedOpen diff view settings
Filter options
- data_structures
- arrays
- hashing/tests
- digital_image_processing/morphological_operations
- electronics
- fractals
- geometry
- greedy_methods
- linear_algebra/src/gaussian_elimination_pivoting
- linear_programming
- maths
- numerical_analysis
- special_numbers
- neural_network/activation_functions
Expand file treeCollapse file tree
15 files changed
+3
-4
lines changedOpen diff view settings
Collapse file
data_structures/arrays/__init__.py
Copy file name to clipboardExpand all lines: data_structures/arrays/__init__.pyWhitespace-only changes.
Collapse file
data_structures/hashing/tests/__init__.py
Copy file name to clipboardExpand all lines: data_structures/hashing/tests/__init__.pyWhitespace-only changes.
Collapse file
digital_image_processing/morphological_operations/__init__.py
Copy file name to clipboardExpand all lines: digital_image_processing/morphological_operations/__init__.pyWhitespace-only changes.
Collapse file
Whitespace-only changes.
Collapse file
electronics/circular_convolution.py
Copy file name to clipboardExpand all lines: electronics/circular_convolution.py+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
37 | 37 | |
38 | 38 | |
39 | 39 | |
40 | | - |
41 | | - |
| 40 | + |
42 | 41 | |
43 | 42 | |
44 | 43 | |
|
Collapse file
Whitespace-only changes.
Collapse file
Whitespace-only changes.
Collapse file
Whitespace-only changes.
Collapse file
linear_algebra/src/gaussian_elimination_pivoting/__init__.py
Copy file name to clipboardExpand all lines: linear_algebra/src/gaussian_elimination_pivoting/__init__.pyWhitespace-only changes.
Collapse file
linear_programming/__init__.py
Copy file name to clipboardExpand all lines: linear_programming/__init__.pyWhitespace-only changes.
0 commit comments