Maxim Smolskiy
4700297b3e
Enable ruff RUF002 rule ( #11377 )
...
* Enable ruff RUF002 rule
* Fix
---------
Co-authored-by: Christian Clauss <cclauss@me.com>
2024-04-22 21:51:47 +02:00
pre-commit-ci[bot]
bc8df6de31
[pre-commit.ci] pre-commit autoupdate ( #11322 )
...
* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.2.2...v0.3.2 )
- [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.8.0...v1.9.0 )
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-03-13 07:52:41 +01:00
Rohan R Bharadwaj
accee50cde
[mypy] Fix other/fischer_yates_shuffle.py
( #5789 )
...
* [mypy] Fix `other/fischer_yates_shuffle.py`
* Update mypy.ini
2021-11-07 11:14:42 +01:00
arfy slowy
8e5c3536c7
[fixed] unused variable, standalone running, import doctest module ( #4673 )
...
* [fixed] unused variable, standalone running, import doctest module
information [standalone running](https://www.geeksforgeeks.org/what-does-the-if-__name__-__main__-do/ )
Signed-off-by: slowy07 <slowy.arfy@gmail.com>
* Update other/fischer_yates_shuffle.py
Co-authored-by: Christian Clauss <cclauss@me.com>
* [fixed] change to tuple and fixing callfunction
Signed-off-by: slowy07 <slowy.arfy@gmail.com>
* Update matrix/spiral_print.py
Co-authored-by: Christian Clauss <cclauss@me.com>
* Update matrix/spiral_print.py
Co-authored-by: Christian Clauss <cclauss@me.com>
* fixing
Co-authored-by: Christian Clauss <cclauss@me.com>
* [fixed] sprial matrix
Signed-off-by: slowy07 <slowy.arfy@gmail.com>
* Update spiral_print.py
* Update spiral_print.py
* Update spiral_print.py
* Update spiral_print.py
Co-authored-by: Christian Clauss <cclauss@me.com>
2021-08-28 20:07:10 +02:00
Christian Clauss
9316e7c014
Set the Python file maximum line length to 88 characters ( #2122 )
...
* flake8 --max-line-length=88
* fixup! Format Python code with psf/black push
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-06-16 10:09:19 +02:00
matkosoric
7f04e5cd34
contribution guidelines checks ( #1787 )
...
* spelling corrections
* review
* improved documentation, removed redundant variables, added testing
* added type hint
* camel case to snake case
* spelling fix
* review
* python --> Python # it is a brand name, not a snake
* explicit cast to int
* spaces in int list
* "!= None" to "is not None"
* Update comb_sort.py
* various spelling corrections in documentation & several variables naming conventions fix
* + char in file name
* import dependency - bug fix
Co-authored-by: John Law <johnlaw.po@gmail.com>
2020-03-04 13:40:28 +01:00
Christian Clauss
28419cf839
pyupgrade --py37-plus **/*.py ( #1654 )
...
* pyupgrade --py37-plus **/*.py
* fixup! Format Python code with psf/black push
2020-01-03 22:25:36 +08:00
William Zhang
9eac17a408
psf/black code formatting ( #1277 )
2019-10-05 10:14:13 +05:00
Christian Clauss
89acf5d017
print() is a function just like every other function ( #1101 )
...
* print() is a function just like every other function
2019-08-06 12:14:23 +02:00
Alex Brown
91fccecb56
snake_case all the things
2018-10-19 17:14:25 -05:00