Skip to content

Commit f191f12

Browse files
committed
dev stuff
1 parent ad02960 commit f191f12

3 files changed

Lines changed: 5 additions & 29 deletions

File tree

DEVELOPERS.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,3 @@ Tests are located in `test/test.py`. To run them:
66

77
- Install `requirements.txt` and `requirements.dev.txt`
88
- Run `pytest test/test.py`
9-
10-
## Making Releases
11-
12-
Install the Python packages:
13-
14-
```
15-
pip3 install wheel twine pystache pypandoc gitchangelog
16-
```
17-
18-
Release with:
19-
20-
```
21-
./release.sh
22-
```

requirements.dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest>=6.2.2
2-
flake8
3-
mypy==1.0.0
4-
types-tqdm
1+
pytest
2+
ruff
3+
mypy
4+
types-tqdm

setup.cfg

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[mypy]
2-
mypy_path = ffmpeg_bitrate_stats
2+
mypy_path = ffmpeg_normalize
33
exclude = build
44
namespace_packages = False
55
ignore_missing_imports = True
@@ -13,13 +13,3 @@ show_error_codes = True
1313

1414
[wheel]
1515
universal = 1
16-
17-
[flake8]
18-
ignore = E226,E302,E41
19-
max-line-length = 160
20-
max-complexity = 10
21-
22-
[pep8]
23-
ignore = E226,E302,E41,E402
24-
max-line-length = 160
25-

0 commit comments

Comments
 (0)