Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Reillyhewitson committed Nov 1, 2022
1 parent 5495195 commit f59ca0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ def safety(session):
f"--output={requirements.name}",
external=True,
)
# Ignore 50916 as the latest versio of pydantic does not support pythonn 3.6 which is still used in production
# Ignore 50916 as the latest version of pydantic does not support
# python 3.6 which is still used in production
session.run(
"safety",
"check",
Expand Down

0 comments on commit f59ca0f

Please sign in to comment.