Skip to content

Commit 6300ca5

Browse files
committed
Cosmetic adjustments made by pre-commit hooks
1 parent 47f744d commit 6300ca5

File tree

6 files changed

+7
-9
lines changed

6 files changed

+7
-9
lines changed

.github/workflows/release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,3 @@ jobs:
3535
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3636
run: |
3737
twine upload --verbose dist/*
38-

.github/workflows/static-analysis-and-test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,3 @@ jobs:
4848
- name: Run pytest
4949
run: |
5050
pytest
51-

CODE_OF_CONDUCT.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ Examples of unacceptable behavior by participants include:
2626

2727
## Our Responsibilities
2828

29-
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
29+
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
3030
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
3131

3232
## Scope
3333

34-
This Code of Conduct applies within all project spaces, and it also applies when an individual is representing the project or its community in public spaces. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
34+
This Code of Conduct applies within all project spaces, and it also applies when an individual is representing the project or its community in public spaces. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
3535

3636
## Enforcement
3737

@@ -41,4 +41,4 @@ Project maintainers who do not follow or enforce the Code of Conduct in good fai
4141

4242
## Attribution
4343

44-
This Code of Conduct is adapted from [Contributor Covenant](https://www.contributor-covenant.org).
44+
This Code of Conduct is adapted from [Contributor Covenant](https://www.contributor-covenant.org).

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,4 @@ General Public License ever published by the Free Software Foundation.
162162
whether future versions of the GNU Lesser General Public License shall
163163
apply, that proxy's public statement of acceptance of any version is
164164
permanent authorization for you to choose that version for the
165-
Library.
165+
Library.

requirements-dev.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
black==20.8b1
2-
flake8-bugbear==21.3.2
32
flake8==3.9.0
3+
flake8-bugbear==21.3.2
44
pep8-naming==0.11.1
5-
pytest-cov==2.11.1
65
pytest==6.2.2
6+
pytest-cov==2.11.1

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author = Blur Studio
88
author_email = [email protected]
99
license = GNU Lesser General Public License v3 (LGPLv3)
1010
license_file = LICENSE
11-
classifiers =
11+
classifiers =
1212
Development Status :: 5 - Production/Stable
1313
Environment :: Console
1414
Intended Audience :: Developers

0 commit comments

Comments
 (0)