COMMITS
/ compression/burrows_wheeler.py April 22, 2024
M
Enable ruff RUF002 rule (#11377)
Maxim Smolskiy committed
March 13, 2024
P
[pre-commit.ci] pre-commit autoupdate (#11322)
pre-commit-ci[bot] committed
July 28, 2023
C
Fix ruff rules ISC flake8-implicit-str-concat (#8892)
Christian Clauss committed
October 13, 2022
C
Add flake8 pluin flake8 bugbear to pre-commit (#7132)
Caeden committed
October 26, 2021
E
[mypy] annotate `compression` (#5570)
Erwin Junge 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
January 18, 2020
C
Create codespell.yml (#1698)
Christian Clauss committed
January 3, 2020
C
pyupgrade --py37-plus **/*.py (#1654)
Christian Clauss committed
October 5, 2019
W
psf/black code formatting (#1277)
William Zhang committed
July 17, 2019
B
Added Burrows-Wheeler transform algorithm. (#1029)
Bruno Simas Hadlich committed