Skip to content

Commit

Permalink
Remove email
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzkoerber committed Feb 13, 2023
1 parent 1549bbd commit 925173d
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ main ]

env:
PYTHON_VERSION: '3.8.2'
PYTHON_VERSION: '3.8'


jobs:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ __pycache__
dist/
*.egg-info/
src/binary4fun/_version.py
*.DS_Store
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -9,28 +9,28 @@ repos:
- id: check-toml

- repo: https://github.com/psf/black
rev: 22.10.0
rev: 23.1.0
hooks:
- id: black

- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort

- repo: https://github.com/PyCQA/autoflake
rev: v1.7.7
rev: v2.0.1
hooks:
- id: autoflake
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']

- repo: https://github.com/pycqa/flake8
rev: 5.0.4
rev: 6.0.0
hooks:
- id: flake8

- repo: https://github.com/sirosen/check-jsonschema
rev: 0.19.1
rev: 0.21.0
hooks:
- id: check-github-workflows
- id: check-github-actions
150 changes: 72 additions & 78 deletions Pipfile.lock

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

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
setup(
name="binary4fun",
author="Moritz Körber",
author_email="[email protected]",
author_email="",
description="binary4fun is a small game, which tries to guess a number between 1 and 100 by binary search.",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 925173d

Please sign in to comment.