Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • DuniterPy DuniterPy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 41
    • Issues 41
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • clientsclients
  • pythonpython
  • DuniterPyDuniterPy
  • Merge requests
  • !166

#146: Use f-string

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Moul requested to merge 146_f-string into main Aug 12, 2021
  • Overview 0
  • Commits 6
  • Pipelines 4
  • Changes 47
  • Fix local blockchain code
  • Delete empty api.elasticsearch module
  • Use f-string as much as possible:
    • Replace .format(), %, str + str formats to f-string format
    • Done as much as possible without putting too horrible operations in the f-string
    • Kept % format into the logging for now, since it causes errors with pylint and mypy

Close #146 (closed).

Edited Aug 12, 2021 by Moul
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 146_f-string