Skip to content
Commit 48a256b5 authored by Ian Stapleton Cordasco's avatar Ian Stapleton Cordasco
Browse files

Merge branch 'extra_include_eggs' into 'master'

Extra include eggs

Add `.eggs` and `*.egg` to `EXTRA_EXCLUDE`

This is because these are usually downloaded by setuptools and they're usually other people's code so you don't want to check them.

```
[marca@marca-mac2 requests-unixsocket]$ flake8
./.eggs/pbr-0.10.0-py2.7.egg/pbr/packaging.py:740:17: E265 block comment should start with '# '
./pbr-0.10.0-py3.4.egg/pbr/packaging.py:740:17: E265 block comment should start with '# '
```

See merge request !10
parents 73b334a6 d95cf46f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment