Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Flask-WTF
  • Loading branch information
idocyabra committed Oct 2, 2023
1 parent bb4b9b9 commit bc237b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .sourcery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ refactor:
- refactoring
- suggestion
- comment
python_version: '3.7'
python_version: '3.10'

metrics:
quality_threshold: 25.0
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BSD 3-Clause License

Copyright (c) 2010-2022, the respective contributors, as shown by
Copyright (c) 2010-2023, the respective contributors, as shown by
the [AUTHORS.md](AUTHORS.md) file.

Redistribution and use in source and binary forms, with or without
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ dynamic = ["version"]

[project.optional-dependencies]
wtf = ["WTForms[email]>=3.0.0",
# "Flask-WTF>=0.14.3",
"flask-wtf @ git+https://github.com/wtforms/flask-wtf.git" #TEMP
"Flask-WTF>=0.14.3",
]
toolbar = ["Flask-DebugToolbar>=0.11.0"]
dev = [
Expand Down

0 comments on commit bc237b5

Please sign in to comment.