Skip to content

Commit

Permalink
use flake8-use-fstring (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
ITProKyle authored Jul 26, 2021
1 parent 0dfcca2 commit 92f41dd
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ repos:
- flake8-comprehensions
- flake8-docstrings
- flake8-print
- flake8-use-fstring
- nitpick
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.27.1
Expand Down
5 changes: 4 additions & 1 deletion .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,8 @@
],
"language": "en",
"maxNumberOfProblems": 100,
"version": "0.1"
"version": "0.1",
"words": [
"fstring"
]
}
21 changes: 20 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ flake8-bugbear = "^21.4.3" # flake8 plugin
flake8-comprehensions = "^3.5.0" # flake8 plugin
flake8-docstrings = "^1.6.0" # flake8 plugin
flake8-print = "^4.0.0" # flake8 plugin
flake8-use-fstring = "^1.1" # flake8 plugin
isort = "^5.9.2"
mock = "^4.0.3"
nitpick = "^0.27.0" # flake8 plugin
Expand Down

0 comments on commit 92f41dd

Please sign in to comment.