Skip to content

flake8_atlas: Fix for Copyright checks on stdin input (v1.0.5)

Frank Winklmeier requested to merge fwinkl/atlasexternals:flake8_py3 into master

The Copyright check did not work correctly when used on stdin (e.g. from an IDE) and the host system runs on Python3 (e.g. Ubuntu 20.04). Instead of trying to read the file ourselves, use the lines attribute to get the source code.

Also update the README file.

Tagged as flake8_atlas 1.0.5.

Merge request reports