Skip to content

Commit

Permalink
Fix flake8 issues + use python 3.11 for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nnansters committed Dec 19, 2024
1 parent 1cd1b55 commit 60f9fdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nannyml/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import jinja2
import yaml
from pydantic import BaseModel, validator, Field, field_validator
from pydantic import BaseModel, Field, field_validator

from nannyml._typing import Self
from nannyml.exceptions import IOException
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ envlist = py39, py310, py311, py312, format, lint, build
[gh-actions]
python =
3.12: py312
3.11: py311
3.11: py311, format, lint, build
3.10: py310
3.9: py39, format, lint, build
3.9: py39

[testenv]
allowlist_externals = pytest
Expand Down

0 comments on commit 60f9fdf

Please sign in to comment.