COMMITS
/ data_structures/binary_tree/non_recursive_segment_tree.py April 19, 2024
M
Enable ruff E741 rule (#11370)
Maxim Smolskiy committed
April 1, 2024
M
Enable ruff RUF100 rule (#11337)
Maxim Smolskiy committed
March 13, 2024
P
[pre-commit.ci] pre-commit autoupdate (#11322)
pre-commit-ci[bot] committed
November 29, 2022
C
Upgrade to flake8 v6 (#8007)
Christian Clauss committed
October 29, 2022
A
Fix yesqa hook (#7843)
Andrey committed
July 11, 2022
C
pre-commit autoupdate: pyupgrade v2.34.0 -> v2.37.0 (#6245)
Christian Clauss committed
October 30, 2021
D
[mypy] Fix type annotations in non_recursive_segment_tree (#5652)
Dylan Buchi committed
February 23, 2021
C
Change occurrences of str.format to f-strings (#4118)
CarsonHam committed
September 23, 2020
C
from __future__ import annotations (#2464)
Christian Clauss committed
July 6, 2020
C
isort --profile black . (#2181)
Christian Clauss committed
May 22, 2020
C
Tighten up psf/black and flake8 (#2024)
Christian Clauss committed
November 1, 2019
J
Non-recursive Segment Tree implementation (#1543)
Jonathan Alberth Quispe Fuentes committed