about summary refs log tree commit diff
path: root/pkgs/development/python-modules/flake8
AgeCommit message (Collapse)AuthorFilesLines
2021-12-05python2Packages.flake8: disable since flake8 v4 dropped Python 2 supportEnno Richter1-0/+2
2021-11-09pythonPackages.flake8: 3.9.2 -> 4.0.1Markus S. Wamser1-2/+2
2021-10-16Merge branch 'master' into staging-nextRyan Burns1-0/+3
2021-10-15python37Packages.flake8: don't run tests if older than python3.8Florian Klink1-0/+3
Tests fail on Python 3.7 due to importlib using a deprecated interface. Context: https://github.com/python/importlib_metadata/issues/298
2021-10-11python3Packages.flake8: relax pyflakes constraintMartin Weinelt1-15/+39
Also refactor, update meta and migrate to pytestCheckHook.
2021-07-21pythonPackages: deprecate pytestrunner aliasSandro Jäckel1-2/+2
2021-06-22python3Packages.flake8: 3.9.0 -> 3.9.2Martin Weinelt1-2/+2
2021-04-03python2Packages.typing: we no longer need it for Python 3Frederik Rietdijk1-1/+1
2021-04-03python3Packages.flake8: 3.8.4 -> 3.9.0Frederik Rietdijk1-2/+2
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-24pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak1-4/+4
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-11-05python3Packages.flake8: 3.8.3 -> 3.8.4Frederik Rietdijk1-2/+2
2020-08-16python3Packages.flake8: fix testsJonathan Ringer1-1/+2
2020-06-14pythonPackages.flake8: fix dependenciesKonstantin Alekseev1-3/+4
2020-06-14python: flake8: 3.8.2 -> 3.8.3Frederik Rietdijk1-2/+2
2020-06-11python: flake8: 3.7.9 -> 3.8.2Frederik Rietdijk1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-11-22python: flake8: 3.7.8 -> 3.7.9Frederik Rietdijk1-2/+2
2019-10-18python: flake8: 3.7.7 -> 3.7.8Frederik Rietdijk1-2/+2
2019-07-03Remove me (garbas) as maintainer since I don't have much time to maintain ↵Rok Garbas1-1/+1
anything
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-04-18python: flake8: 3.7.6 -> 3.7.7Frederik Rietdijk1-2/+2
2019-02-23python: flake8: 3.7.5 -> 3.7.6Frederik Rietdijk1-2/+2
2019-02-17python.pkgs.flake8: 3.5.0 -> 3.7.5Frederik Rietdijk1-37/+11
2018-07-26python.pkgs.flake8: remove no longer used patchRobert Schütz1-22/+0
2018-07-26python.pkgs.flake8: allow newer versions of pycodestyle and pyflakesRobert Schütz1-1/+32
This applies appropriate upstream patches from https://gitlab.com/pycqa/flake8/commits/master/setup.py.
2018-06-23pythonPackages: remove `name` attribute`Frederik Rietdijk1-1/+0
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`.
2017-11-10Change many homepage urls from http to https #30636Pascal Wittmann1-1/+1
2017-10-27python.pkgs: updatesFrederik Rietdijk1-2/+2
2017-08-25python.pkgs: many updatesFrederik Rietdijk1-2/+2
2017-05-11python-flake8: 3.2.1 -> 3.3.0Daiderd Jordan1-0/+27
2016-09-30flake8: add patch to avoind pytest config conflictMartin Bornhold1-0/+22