We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa13f8e commit b2a2745Copy full SHA for b2a2745
doc/changes/changes_1.3.0.md
@@ -2,11 +2,10 @@
2
3
## Summary
4
5
-With #441, please ensure that the location of the `version.py` is given for `Config.version_file`,
6
-which is specified in the `noxconfig.py`
+This version of the PTB updates nox task `version:check`, see #441.
+This requires file `noxconfig.py` of each project to specify the path to `version.py` in `Config.version_file`.
7
8
-With #449, it's possible to customize what arguments are being using with `pyupgrade`
9
-via the `noxconfig.Config`:
+With this version of the PTB you can customize the arguments for `pyupgrade` in file `noxconfig.py`, see ticket #449 for details:
10
```python
11
pyupgrade_args = ("--py310-plus",)
12
```
0 commit comments