Hugo van Kemenade

Results 1204 comments of Hugo van Kemenade

I agree with @Zac-HD. An opt-out is still an option. There's a huge benefit to the lack of options which leads to a consistency across many projects. I think the...

Another confusion. Let's say I support Python 3.5-3.8 so have this in `pyproject.toml`: ```toml [tool.black] target_version = ['py35', 'py36', 'py37', 'py38'] ``` If I don't have this config file and...

Is there a timetable for that last bugfix release before dropping EOL versions?

@bitprophet It would be great to include this in the next release so the listing on PyPI is accurate. Right now, https://pypi.org/project/alabaster/ shows: ![image](https://user-images.githubusercontent.com/1324225/49331963-e7afb700-f5ad-11e8-82f7-28aaabcaaa71.png)

@beaugunderson Ah, that explains it then! In the meantime, how about putting a "not yet implemented" popup or removing it or something? It's causing confusion with others too: https://twitter.com/polm23/status/559969061996470273 Also,...

PR created to remove the button: https://github.com/beaugunderson/bot.community/pull/18

The more important question is "does this bot belong on the site based on the guidelines?". But "is it art?" could also be included, as although it clearly has no...

yyyy-mm-dd is good (2014-12-07), or better yet, include the month name ("December" or "Dec") which means you can pretty much pick any order (2014-Dec-07, 07 Dec 2014, Dec 07 2014,...

> * [ ] Update PEP redirects for auto-linking ([Auto-fill missing leading `0`s in URL python/peps#2420](https://github.com/python/peps/issues/2420) and [Support redirects from non-padded PEP numbers python/peps#2421](https://github.com/python/peps/pull/2421)) This is now done.