Skip to content

Commit ab0ed19

Browse files
committed
Apply 2024 black format
1 parent 407e6cc commit ab0ed19

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

tests/test_settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Tests for the Settings class and module."""
2+
23
# Copyright 2018 Ian Stapleton Cordasco
34
#
45
# Licensed under the Apache License, Version 2.0 (the "License");

twine/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
The contents of this package are not a public API. For more details, see
44
https://github.com/pypa/twine/issues/194 and https://github.com/pypa/twine/issues/665.
55
"""
6+
67
# Copyright 2018 Donald Stufft and individual contributors
78
#
89
# Licensed under the Apache License, Version 2.0 (the "License");

twine/commands/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
The contents of this package are not a public API. For more details, see
44
https://github.com/pypa/twine/issues/194 and https://github.com/pypa/twine/issues/665.
55
"""
6+
67
# Copyright 2013 Donald Stufft
78
#
89
# Licensed under the Apache License, Version 2.0 (the "License");

twine/commands/check.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Module containing the logic for ``twine check``."""
2+
23
# Copyright 2018 Dustin Ingram
34
#
45
# Licensed under the Apache License, Version 2.0 (the "License");

twine/commands/register.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Module containing the logic for ``twine register``."""
2+
23
# Copyright 2015 Ian Cordasco
34
#
45
# Licensed under the Apache License, Version 2.0 (the "License");

twine/commands/upload.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Module containing the logic for ``twine upload``."""
2+
23
# Copyright 2013 Donald Stufft
34
#
45
# Licensed under the Apache License, Version 2.0 (the "License");

twine/exceptions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Module containing exceptions raised by twine."""
2+
23
# Copyright 2015 Ian Stapleton Cordasco
34
#
45
# Licensed under the Apache License, Version 2.0 (the "License");

twine/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Module containing logic for handling settings."""
2+
23
# Copyright 2018 Ian Stapleton Cordasco
34
#
45
# Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)