summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/flake8 (follow)
Commit message (Expand)AuthorAgeFilesLines
* pythonPackages.flake8: 3.9.2 -> 4.0.1Markus S. Wamser2021-11-091-2/+2
* Merge branch 'master' into staging-nextRyan Burns2021-10-161-0/+3
|\
| * python37Packages.flake8: don't run tests if older than python3.8•••Tests fail on Python 3.7 due to importlib using a deprecated interface. Context: https://github.com/python/importlib_metadata/issues/298 Florian Klink2021-10-151-0/+3
* | python3Packages.flake8: relax pyflakes constraint•••Also refactor, update meta and migrate to pytestCheckHook. Martin Weinelt2021-10-111-15/+39
|/
* pythonPackages: deprecate pytestrunner aliasSandro Jäckel2021-07-211-2/+2
* python3Packages.flake8: 3.9.0 -> 3.9.2Martin Weinelt2021-06-221-2/+2
* python2Packages.typing: we no longer need it for Python 3Frederik Rietdijk2021-04-031-1/+1
* python3Packages.flake8: 3.8.4 -> 3.9.0Frederik Rietdijk2021-04-031-2/+2
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-1/+1
* pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak2021-01-241-4/+4
* treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix Profpatsch2021-01-111-2/+2
* python3Packages.flake8: 3.8.3 -> 3.8.4Frederik Rietdijk2020-11-051-2/+2
* python3Packages.flake8: fix testsJonathan Ringer2020-08-161-1/+2
* pythonPackages.flake8: fix dependenciesKonstantin Alekseev2020-06-141-3/+4
* python: flake8: 3.8.2 -> 3.8.3Frederik Rietdijk2020-06-141-2/+2
* python: flake8: 3.7.9 -> 3.8.2Frederik Rietdijk2020-06-111-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* python: flake8: 3.7.8 -> 3.7.9Frederik Rietdijk2019-11-221-2/+2
* python: flake8: 3.7.7 -> 3.7.8Frederik Rietdijk2019-10-181-2/+2
* Remove me (garbas) as maintainer since I don't have much time to maintain any...Rok Garbas2019-07-031-1/+1
* treewide: remove unused variables (#63177)•••* treewide: remove unused variables * making ofborg happy volth2019-06-161-1/+1
* python: flake8: 3.7.6 -> 3.7.7Frederik Rietdijk2019-04-181-2/+2
* python: flake8: 3.7.5 -> 3.7.6Frederik Rietdijk2019-02-231-2/+2
* python.pkgs.flake8: 3.5.0 -> 3.7.5Frederik Rietdijk2019-02-171-37/+11
* python.pkgs.flake8: remove no longer used patchRobert Schütz2018-07-261-22/+0
* python.pkgs.flake8: allow newer versions of pycodestyle and pyflakes•••This applies appropriate upstream patches from https://gitlab.com/pycqa/flake8/commits/master/setup.py. Robert Schütz2018-07-261-1/+32
* pythonPackages: remove `name` attribute`•••The `buildPython*` function computes name from `pname` and `version`. This change removes `name` attribute from all expressions in `pkgs/development/python-modules`. While at it, some other minor changes were made as well, such as replacing `fetchurl` calls with `fetchPypi`. Frederik Rietdijk2018-06-231-1/+0
* Change many homepage urls from http to https #30636Pascal Wittmann2017-11-101-1/+1
* python.pkgs: updatesFrederik Rietdijk2017-10-271-2/+2
* python.pkgs: many updatesFrederik Rietdijk2017-08-251-2/+2
* python-flake8: 3.2.1 -> 3.3.0Daiderd Jordan2017-05-111-0/+27
* flake8: add patch to avoind pytest config conflictMartin Bornhold2016-09-301-0/+22