Skip to content

Commit

Permalink
Avoid E800 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Qalthos committed Oct 20, 2021
1 parent af21ea9 commit ffbcc8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ repos:
^docs/_samples/.*\.py$
- repo: https://gitlab.com/pycqa/flake8.git
rev: 3.8.2
rev: 3.9.2
hooks:
- id: flake8
language_version: python3
Expand Down
3 changes: 0 additions & 3 deletions bin/pep517_backend/_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,12 @@ def get_config():
[tool.local.cythonize.kwargs.directives]
# This section can contain compiler directives
# NAME = "VALUE"
[tool.local.cythonize.kwargs.compile-time-env]
# This section can contain compile time env vars
# NAME = "VALUE"
[tool.local.cythonize.kwargs.options]
# This section can contain cythonize options
# NAME = "VALUE"
"""
cwd_path = os.path.realpath(os.getcwd())
with open(os.path.join(cwd_path, 'pyproject.toml')) as config_file:
Expand Down

0 comments on commit ffbcc8d

Please sign in to comment.