start with fresh pylint for 2022
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kleph 2022-11-30 01:48:52 +01:00
parent d2af5b8bad
commit 309f83bcfc
5 changed files with 10 additions and 0 deletions

View file

@ -1,5 +1,7 @@
#!/usr/bin/env python
# 2021 - Advent Of Code - 10 part 2
# 2022: cheat for pylint to start fresh for 2022
# pylint: disable=consider-iterating-dictionary
def parse_file(file):
non_corrupted = []

View file

@ -1,5 +1,7 @@
#!/usr/bin/env python
# 2021 - Advent Of Code - 13
# 2022: cheat for pylint to start fresh for 2022
# pylint: disable=unnecessary-list-index-lookup
def parse_file(file):

View file

@ -1,5 +1,7 @@
#!/usr/bin/env python
# 2021 - Advent Of Code - 13 part 2
# 2022: cheat for pylint to start fresh for 2022
# pylint: disable=unnecessary-list-index-lookup
def parse_file(file):

View file

@ -1,5 +1,7 @@
#!/usr/bin/env python
# 2021 - Advent Of Code - 8 part 2
# 2022: cheat for pylint to start fresh for 2022
# pylint: disable=no-member
# acedgfb cdfbe gcdfa fbcad dab cefabd cdfgeb eafb cagedb ab | cdfeb fcadb cdfeb cdbaf

2
9/9.py
View file

@ -1,5 +1,7 @@
#!/usr/bin/env python
# 2021 - Advent Of Code - 9
# 2022: cheat for pylint to start fresh for 2022
# pylint: disable=unnecessary-list-index-lookup
def parse_file(file):
hmap = []