[pypy-commit] [Git][pypy/pypy][branch/default] 12 commits: Add .flake8 config for rpython

Carl Friedrich Bolz-Tereick (@cfbolz) foss at heptapod.net
Wed Oct 20 05:42:13 EDT 2021



Carl Friedrich Bolz-Tereick pushed to branch branch/default at PyPy / pypy


Commits:
72985f6c by olliemath at 2021-10-18T21:59:57+01:00
Add .flake8 config for rpython

This should allow navigating/editing in editors with flake8 support.

--HG--
branch : flake8-configs

- - - - -
4d31ce76 by olliemath at 2021-10-18T22:58:10+01:00
Fix placeholder substitution mismatches

--HG--
branch : flake8-configs

- - - - -
ab375958 by olliemath at 2021-10-18T23:00:17+01:00
Remove duplicate dict keys

These are repeated (with the same values) afterward. So this commit should have
no effect (except readability).

--HG--
branch : flake8-configs

- - - - -
fe22de4e by olliemath at 2021-10-18T23:39:40+01:00
flake8 config: group TODO items

--HG--
branch : flake8-configs

- - - - -
d12a5349 by olliemath at 2021-10-19T00:05:26+01:00
Add flake8 config for pypy

Some code changes are still required for flake8 to pass.

--HG--
branch : flake8-configs

- - - - -
0532dbf3 by olliemath at 2021-10-19T00:20:07+01:00
Add global flake8 config

--HG--
branch : flake8-configs

- - - - -
424c4db0 by olliemath at 2021-10-19T00:48:29+01:00
Update flake8 exclude list

--HG--
branch : flake8-configs

- - - - -
6b31bdb5 by olliemath at 2021-10-19T00:56:12+01:00
Update flake8 config for __all__ metaprogramming

--HG--
branch : flake8-configs

- - - - -
e0272dc3 by olliemath at 2021-10-19T00:58:46+01:00
rst.py: replace bad 'raise NotImplemented(...)' calls

--HG--
branch : flake8-configs

- - - - -
ffd990c1 by olliemath at 2021-10-19T01:01:45+01:00
test_gil.py: fix bad string formatting

--HG--
branch : flake8-configs

- - - - -
6bfa9da0 by olliemath at 2021-10-19T01:07:20+01:00
Remove duplicate keys in makecontributor.py. This means all alias should now map correctly.

--HG--
branch : flake8-configs

- - - - -
eebba57b by Carl Friedrich Bolz-Tereick at 2021-10-20T09:42:07+00:00
Merge branch 'branch/flake8-configs' into 'branch/default'

Add .flake8 config for rpython

See merge request pypy/pypy!840

- - - - -


8 changed files:

- + .flake8
- pypy/doc/tool/makecontributor.py
- pypy/module/thread/test/test_gil.py
- pypy/tool/rest/rst.py
- + rpython/.flake8
- rpython/jit/backend/zarch/instructions.py
- rpython/rlib/rsocket.py
- rpython/rtyper/lltypesystem/opimpl.py


View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/f371d646c14ee1b9427b693fbb77430ebfcb857d...eebba57bbc72ab88be5322402914e2fc32810316

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/f371d646c14ee1b9427b693fbb77430ebfcb857d...eebba57bbc72ab88be5322402914e2fc32810316
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20211020/cf98f370/attachment.html>


More information about the pypy-commit mailing list