1. 24 4月, 2020 5 次提交
  2. 23 4月, 2020 1 次提交
  3. 15 4月, 2020 1 次提交
  4. 11 4月, 2020 1 次提交
  5. 25 3月, 2020 4 次提交
  6. 23 3月, 2020 3 次提交
  7. 18 3月, 2020 1 次提交
  8. 27 1月, 2020 2 次提交
  9. 21 1月, 2020 1 次提交
  10. 20 1月, 2020 3 次提交
    • Eric N. Vander Weele's avatar
      config: Determine path to user configuration immediately · aab1f143
      Eric N. Vander Weele 创作于
      Preemptively determine the path of the user configuration file during
      the construction of the `ConfigFileFinder` object.  The user
      configuration path will always be the same, regardless of when it gets
      obtained by a run of `flake8`.
      
      This isolates the logic of determining the user configuration path into
      a static helper method to be called to set the `.user_config_file`
      attribute.  The helper method leverages `utils.is_windows()`, instead of
      reimplementing the check, and decomposes clearly the directory name and
      the base name to construct the path with a single `return` path.
      Additionally, this avoids reconstructing the path on demand of obtaining
      the user configuration file path.
      aab1f143
    • Anthony Sottile's avatar
      Merge branch 'config-remove-config-caching' into 'master' · 990adcd5
      Anthony Sottile 创作于
      config: Remove checks for configs being previously parsed
      
      See merge request pycqa/flake8!408
      990adcd5
    • Eric N. Vander Weele's avatar
      config: Remove checks for configs being previously parsed · 716db116
      Eric N. Vander Weele 创作于
      Remove the checks to see if a configuration file has already been seen
      and parsed.  These checks aren't necessary because the entire run of
      `flake8` calls these methods *only* once per configuration provided.
      716db116
  11. 16 1月, 2020 10 次提交
  12. 13 1月, 2020 8 次提交