Skip to content

Commit 803958e

Browse files
committed
Update noxfile to autoflake python 3.13
1 parent 771ffd1 commit 803958e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def format(session):
121121
session.run(
122122
'pyupgrade',
123123
'--exit-zero-even-if-changed',
124-
'--py311-plus',
124+
'--py313-plus',
125125
*lint_paths_py,
126126
)
127127
session.run(

0 commit comments

Comments
 (0)