This is an automated email from the ASF dual-hosted git repository. brondsem pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/allura.git
commit 623b8717d344b98546651d88bdb51407fb89de6a Author: Dave Brondsema <[email protected]> AuthorDate: Thu May 4 21:28:52 2023 +0000 remove unnecessary ruff.toml exclude (default includes these and more) --- ruff.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ruff.toml b/ruff.toml index a381c3c03..e35e1c2cb 100644 --- a/ruff.toml +++ b/ruff.toml @@ -14,10 +14,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -exclude = [ - '.git', - 'node_modules', -] + per-file-ignores = {'__init__.py' = ['F403']} select = ['E', 'F', 'RUF100', 'W6', 'ISC001'] ignore = [
