File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
2
The MIT License (MIT)
3
3
4
- Copyright (c) 2019 Yan QiDong
4
+ Copyright (c) 2019~2020 Yan QiDong
5
5
Copyright (c) 2017 Roman Osipenko
6
6
7
7
Permission is hereby granted, free of charge, to any person obtaining a copy
Original file line number Diff line number Diff line change @@ -26,6 +26,13 @@ or it will crash when running `pytest`.
26
26
pip install pytest-yapf3
27
27
```
28
28
29
+ Requires:
30
+
31
+ - Python 3.6 or above
32
+ - Pytest 5.4 or above
33
+
34
+ If someone use this with Python 3.5 or Pytest less than 5.4, set ` 'pytest-yapf3<0.6.0' ` .
35
+
29
36
## Usage
30
37
31
38
Modify ` setup.cfg ` (or ` pytest.ini ` ):
@@ -110,7 +117,7 @@ you can use an unofficial badge to show off.
110
117
111
118
> The MIT License (MIT)
112
119
>
113
- > Copyright (c) 2019 Yan QiDong
120
+ > Copyright (c) 2019~ 2020 Yan QiDong
114
121
115
122
This repository is forked from [ pytest-yapf] in 2019, which is [ not maintained] since 2017.
116
123
Besides extra features, the project structure is adjusted,
You can’t perform that action at this time.
0 commit comments