Skip to content
  • Danny Stewart's avatar
    17a564e4
    Refactoring based on Sourcery recommendations: · 17a564e4
    Danny Stewart authored
    - aif2wav/wav2aif: Use f-string for wav_file path and keyword arguments in set_timestamps
    - alacrity: Fix glob pattern and adjust indentation for docstrings
    - bounceprune: User named expression and simplify conditional statements
    - changehostname: Use f-string for current hostname and confirm prompt
    - distro: Replace sys.exit with simple main() call
    - dmgify: Return parser.parse_args() directly
    - dockermounter: Simplify return statement in confirm_action
    - evtelegram: Define TRACK_URL constant, use timeouts for requests, and improve boolean assignment
    - iplookup: Use named expression and streamline conditional checks
    - mp3ify: Return parser.parse_args() directly
    17a564e4
    Refactoring based on Sourcery recommendations:
    Danny Stewart authored
    - aif2wav/wav2aif: Use f-string for wav_file path and keyword arguments in set_timestamps
    - alacrity: Fix glob pattern and adjust indentation for docstrings
    - bounceprune: User named expression and simplify conditional statements
    - changehostname: Use f-string for current hostname and confirm prompt
    - distro: Replace sys.exit with simple main() call
    - dmgify: Return parser.parse_args() directly
    - dockermounter: Simplify return statement in confirm_action
    - evtelegram: Define TRACK_URL constant, use timeouts for requests, and improve boolean assignment
    - iplookup: Use named expression and streamline conditional checks
    - mp3ify: Return parser.parse_args() directly
Loading