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 efb89b9 commit 73a7f2bCopy full SHA for 73a7f2b
CHANGELOG.md
@@ -1,6 +1,17 @@
1
Release History
2
===============
3
4
+### 0.18.0
5
+Released on 20.02.2022
6
+
7
+New rules:
8
9
+* SIM906: Merge nested os.path.join calls
10
11
+Maintenance:
12
13
+* Restructure repository to simplify future development. It's time for more
14
+ than one file.
15
16
### 0.17.1
17
Released on 16.02.2022
setup.cfg
@@ -7,7 +7,7 @@ author_email = info@martin-thoma.de
maintainer = Martin Thoma
maintainer_email = info@martin-thoma.de
-version = 0.17.1
+version = 0.18.0
description = flake8 plugin which checks for code that can be simplified
long_description = file: README.md
0 commit comments