Upgrading Pycln from v2.0.3 to v2.0.4

Pycln v2.0.3 has some issues with Py3.9+.
This commit is contained in:
Hadi Alqattan
2022-07-19 13:05:33 +03:00
committed by GitHub
parent afb4329fe3
commit 8575b35cc2
+1 -1
View File
@@ -27,7 +27,7 @@ repos:
# Autoremoves unused imports
- repo: https://github.com/hadialqattan/pycln
rev: v2.0.3
rev: v2.0.4
hooks:
- id: pycln
args: [--all]