Commit 1439c2de authored by Andres Anaya Amariels's avatar Andres Anaya Amariels 🚀
Browse files

Fix: update lint configuration to specify 'lint.select' instead of 'select'

parent 92651c1a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
line-length = 120
line-length = 120
target-version = "py39"
target-version = "py39"
select = ["E", "W"]
lint.select = ["E", "W"]
 No newline at end of file
 No newline at end of file