File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 24
24
with :
25
25
python-version : " ${{ matrix.python-version }}"
26
26
- name : " Install"
27
- run : " pip install --editable . pytest pytest-cov"
27
+ run : " pip install --editable . pytest pytest-cov covdefaults "
28
28
- name : " Run tests for ${{ matrix.python-version }} on ${{ matrix.os }}"
29
29
run : pytest --cov=reorder_python_imports
30
30
- name : Upload coverage to Codecov
Original file line number Diff line number Diff line change 1
- rpi
2
- ===
1
+ reorder-python-imports-black
2
+ ============================
3
3
4
4
Fork of [ reorder-python-imports] ( https://github.com/asottile/reorder-python-imports ) for interoperability with [ black] ( https://github.com/psf/black ) .
5
5
6
6
```
7
- pip install rpi
7
+ pip install reorder-python-imports-black
8
8
```
9
9
10
10
Black wants a newline between the module docstring and the imports, upstream ` reorder-python-imports ` does not.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ requires = [
5
5
build-backend = " setuptools.build_meta"
6
6
7
7
[project ]
8
- name = " rpi "
8
+ name = " reorder-python-imports-black "
9
9
version = " 3.12.0"
10
10
description = " Tool for reordering python imports"
11
11
authors = [
@@ -29,7 +29,7 @@ text = "MIT"
29
29
30
30
[project .urls ]
31
31
Upstream = " https://github.com/asottile/reorder-python-imports"
32
- Homepage = " https://github.com/wimglenn/rpi "
32
+ Homepage = " https://github.com/wimglenn/reorder-python-imports-black "
33
33
34
34
[project .scripts ]
35
35
reorder-python-imports = " reorder_python_imports:main"
You can’t perform that action at this time.
0 commit comments