Skip to content

Commit b2a2745

Browse files
committed
Update changelog per review comments
1 parent fa13f8e commit b2a2745

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/changes/changes_1.3.0.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22

33
## Summary
44

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`
5+
This version of the PTB updates nox task `version:check`, see #441.
6+
This requires file `noxconfig.py` of each project to specify the path to `version.py` in `Config.version_file`.
77

8-
With #449, it's possible to customize what arguments are being using with `pyupgrade`
9-
via the `noxconfig.Config`:
8+
With this version of the PTB you can customize the arguments for `pyupgrade` in file `noxconfig.py`, see ticket #449 for details:
109
```python
1110
pyupgrade_args = ("--py310-plus",)
1211
```

0 commit comments

Comments
 (0)