Skip to content

Commit a2ffa0a

Browse files
authored
Merge branch 'master' into master
2 parents 12551e1 + ed0262d commit a2ffa0a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
249249
* [flake8](https://pypi.org/project/flake8/) - A wrapper around `pycodestyle`, `pyflakes` and McCabe.
250250
* [awesome-flake8-extensions](https://github.com/DmytroLitvinov/awesome-flake8-extensions)
251251
* [pylama](https://github.com/klen/pylama) - A code audit tool for Python and JavaScript.
252-
* [pylint](https://www.pylint.org/) - A fully customizable source code analyzer.
252+
* [pylint](https://pylint.readthedocs.io/en/latest/) - A fully customizable source code analyzer.
253253
* [wemake-python-styleguide](https://github.com/wemake-services/wemake-python-styleguide) - The strictest and most opinionated python linter ever.
254254
* Code Formatters
255255
* [black](https://github.com/python/black) - The uncompromising Python code formatter.
@@ -269,7 +269,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
269269

270270
* Command-line Application Development
271271
* [cement](https://builtoncement.com/) - CLI Application Framework for Python.
272-
* [click](https://palletsprojects.com/p/click/) - A package for creating beautiful command line interfaces in a composable way.
272+
* [click](https://github.com/pallets/click/) - A package for creating beautiful command line interfaces in a composable way.
273273
* [cliff](https://docs.openstack.org/developer/cliff/) - A framework for creating command-line programs with multi-level commands.
274274
* [docopt](http://docopt.org/) - Pythonic command line arguments parser.
275275
* [python-fire](https://github.com/google/python-fire) - A library for creating command line interfaces from absolutely any Python object.

0 commit comments

Comments
 (0)