Git Product home page Git Product logo

Comments (6)

asottile avatar asottile commented on May 19, 2024

In GitLab by @sigmavirus24 on Mar 12, 2015, 19:07

Note that strict defaults to false. You need to either follow the instructions in the comments and do

git config flake8.strict true

from flake8.

asottile avatar asottile commented on May 19, 2024

In GitLab by @Bjwebb on Apr 2, 2015, 10:51

I have this error also.

The error is that the git hook produces no output. Setting strict to true does not help (this only changes whether the commit is allowed to happen).

If I set IGNORE to None, the git hook produces the expected output.

It seems that IGNORE is now set to '' (the default at https://gitlab.com/pycqa/flake8/blob/master/flake8/hooks.py#L191), whereas previously git hooks used os.getenv which returns None by default. If git_hook is run with ignore='' then it seems to ignore all files.

from flake8.

asottile avatar asottile commented on May 19, 2024

In GitLab by @sigmavirus24 on Apr 2, 2015, 10:56

@Bjwebb you're encountering a separate issue. Please file a new bug for that.

from flake8.

asottile avatar asottile commented on May 19, 2024

In GitLab by @Bjwebb on Apr 2, 2015, 10:59

I think this is actually the same issue reported here, but happy to file a new bug if you prefer.

from flake8.

asottile avatar asottile commented on May 19, 2024

In GitLab by @sigmavirus24 on Apr 2, 2015, 11:01

The issue @Suor reported was that they received output but were still able to perform a commit.

from flake8.

asottile avatar asottile commented on May 19, 2024

In GitLab by @Bjwebb on Apr 2, 2015, 12:04

Sorry, you're right that the reported issue is that they can still perform a commit. It looks like the example does also exhibit the issue I came across (lack of output flake8 from git commit).

I've opened a new bug #52

from flake8.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.