flake8 settings

htmx
Pete Ley 6 months ago
parent 92ec06bf5c
commit fc74a43459

@ -1,2 +1,2 @@
[flake8]
max-line-length = 90
max-line-length = 92

@ -213,7 +213,7 @@ class Job(models.Model):
def get_correspondence(self):
try:
jpath = list(Path(settings.PM_PATH).glob(f'{self.number}*'))[0]
except:
except: # noqa
return None
corr = []

Loading…
Cancel
Save