{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":709269301,"defaultBranch":"main","name":"python-template","ownerLogin":"gma","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-10-24T11:30:12.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2122?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1698147014.0","currentOid":""},"activityList":{"items":[{"before":"7c0d178f5416489ae54a44c7c1fe0599da07afcc","after":"6ab467d958ec4e9d723bbdbf6624dd1f6250ab8b","ref":"refs/heads/main","pushedAt":"2024-05-08T21:10:43.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"gma","name":"Graham Ashton","path":"/gma","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2122?s=80&v=4"},"commit":{"message":"Constrain dev requirements with production\n\nTo quote the docs [1]:\n\n> At the top of the development requirements dev-requirements.in you use\n> -c requirements.txt to constrain the dev requirements to packages\n> already selected for production in requirements.txt.\n\n[1] https://pypi.org/project/pip-tools/","shortMessageHtmlLink":"Constrain dev requirements with production"}},{"before":"ab5598e8f088034249e4e3dc0805ae4009d3a477","after":"7c0d178f5416489ae54a44c7c1fe0599da07afcc","ref":"refs/heads/main","pushedAt":"2024-01-14T08:37:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gma","name":"Graham Ashton","path":"/gma","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2122?s=80&v=4"},"commit":{"message":"Upgrade CI checkout action to v4","shortMessageHtmlLink":"Upgrade CI checkout action to v4"}},{"before":"f6385951bff467659182d12921e19c7877a47232","after":"ab5598e8f088034249e4e3dc0805ae4009d3a477","ref":"refs/heads/main","pushedAt":"2024-01-14T08:21:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gma","name":"Graham Ashton","path":"/gma","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2122?s=80&v=4"},"commit":{"message":"Improve LICENSE guidance in README\n\nThe sed switch has been modified to work with multiple versions of sed.\r\nBut even then, the code snippet isn't portable to machines that don't\r\nhave the GNU libc bin tools installed.\r\n\r\nSo the README now reflect that it's a Linux specific.","shortMessageHtmlLink":"Improve LICENSE guidance in README"}},{"before":"9d03c2e99aa97380005de1b37603865abf816cf5","after":"f6385951bff467659182d12921e19c7877a47232","ref":"refs/heads/main","pushedAt":"2024-01-13T16:22:06.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"gma","name":"Graham Ashton","path":"/gma","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2122?s=80&v=4"},"commit":{"message":"Update sed command to work with BSD sed","shortMessageHtmlLink":"Update sed command to work with BSD sed"}},{"before":"d6fb497d0044ef347e3b57ef9a823d09aa1b2130","after":"9d03c2e99aa97380005de1b37603865abf816cf5","ref":"refs/heads/main","pushedAt":"2023-12-02T21:06:34.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"gma","name":"Graham Ashton","path":"/gma","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2122?s=80&v=4"},"commit":{"message":"Remove names of tools from workflow config\n\nTwo out of three of these tools have changed already, and there's no\nneed to name them in the build output anyway.","shortMessageHtmlLink":"Remove names of tools from workflow config"}},{"before":"c410c19bd959907c8af0958a02534ec82de4682c","after":"d6fb497d0044ef347e3b57ef9a823d09aa1b2130","ref":"refs/heads/main","pushedAt":"2023-11-15T11:53:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"gma","name":"Graham Ashton","path":"/gma","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2122?s=80&v=4"},"commit":{"message":"Enable all ruff's linting rules\n\nIf you encounter a situation where good code violates PEP8, the easy way\nto tell ruff not to complain about that line is:\n\n ruff check --add-noqa .\n\nUse sparingly!","shortMessageHtmlLink":"Enable all ruff's linting rules"}},{"before":"ea3903b385ffc0cdeaf2ca3a9a9ad6790734f965","after":"c410c19bd959907c8af0958a02534ec82de4682c","ref":"refs/heads/main","pushedAt":"2023-11-15T11:21:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gma","name":"Graham Ashton","path":"/gma","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2122?s=80&v=4"},"commit":{"message":"Enable all ruff's linting rules\n\nIf you encounter a situation where good code violates PEP8, the easy way\nto tell ruff not to complain about that line is:\n\n ruff check --add-noqa .\n\nUse sparingly!","shortMessageHtmlLink":"Enable all ruff's linting rules"}},{"before":"ee22e3469c5423ad9ec6f0903a8daf938bac0b41","after":"ea3903b385ffc0cdeaf2ca3a9a9ad6790734f965","ref":"refs/heads/main","pushedAt":"2023-11-15T08:49:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"gma","name":"Graham Ashton","path":"/gma","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2122?s=80&v=4"},"commit":{"message":"Configure ruff formatter to behave like Blue\n\nBlue's conventions are the same as the longstanding conventions used\nwithin the Python community.\n\nThis is the way.","shortMessageHtmlLink":"Configure ruff formatter to behave like Blue"}},{"before":"b498ddf615bdf58d2d52c0377f8f7acfaefaad16","after":"ee22e3469c5423ad9ec6f0903a8daf938bac0b41","ref":"refs/heads/main","pushedAt":"2023-11-15T08:48:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gma","name":"Graham Ashton","path":"/gma","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2122?s=80&v=4"},"commit":{"message":"Configure ruff formatter to behave like Blue\n\nBlue's conventions are the same as the longstanding\nconventions used within the Python community.\n\nThis is the way.","shortMessageHtmlLink":"Configure ruff formatter to behave like Blue"}},{"before":"4df1ff77fc2a8b805a61397d308d333e0756f20b","after":"b498ddf615bdf58d2d52c0377f8f7acfaefaad16","ref":"refs/heads/main","pushedAt":"2023-11-14T15:27:07.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"gma","name":"Graham Ashton","path":"/gma","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2122?s=80&v=4"},"commit":{"message":"Use ruff to lint Python code\n\nflake8 is fine, but ruff runs like a greased weasel. And I'm using ruff\nto format code too, so by removing Blue and flake8 I'm reducing my dev\ndependencies.","shortMessageHtmlLink":"Use ruff to lint Python code"}},{"before":"1938cf960aceedc962ce680dd6d02dbfd9f0bef5","after":"4df1ff77fc2a8b805a61397d308d333e0756f20b","ref":"refs/heads/main","pushedAt":"2023-10-31T19:09:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gma","name":"Graham Ashton","path":"/gma","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2122?s=80&v=4"},"commit":{"message":"Consistent line wrapping","shortMessageHtmlLink":"Consistent line wrapping"}},{"before":"3d27962446b79a91a1534852f5f2a96999edc1e0","after":"1938cf960aceedc962ce680dd6d02dbfd9f0bef5","ref":"refs/heads/main","pushedAt":"2023-10-30T22:41:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gma","name":"Graham Ashton","path":"/gma","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2122?s=80&v=4"},"commit":{"message":"Fix glitches in install docs","shortMessageHtmlLink":"Fix glitches in install docs"}},{"before":"c2cd8ccb69f9aa70146161892012039f29839f5c","after":"3d27962446b79a91a1534852f5f2a96999edc1e0","ref":"refs/heads/main","pushedAt":"2023-10-26T16:07:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"gma","name":"Graham Ashton","path":"/gma","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2122?s=80&v=4"},"commit":{"message":"Format Python code with blue in Neovim\n\nThis file is detected by my Neovim config [1], enabling the use of the\nBlue code formatter [2]. I prefer it to Black, which uses the \"wrong\"\nquotes by default, and a non-standard line length.\n\n[1] See gma/nvim-config@0976a35\n[2] https://blue.readthedocs.io/","shortMessageHtmlLink":"Format Python code with blue in Neovim"}},{"before":"a2678b0d02295a486e270d8b123846d7a73c97ba","after":"c2cd8ccb69f9aa70146161892012039f29839f5c","ref":"refs/heads/main","pushedAt":"2023-10-24T16:10:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gma","name":"Graham Ashton","path":"/gma","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2122?s=80&v=4"},"commit":{"message":"Format Python code with blue in Neovim\n\nThis file is detected by my Neovim config [1], enabling the use of the\nBlue code formatter [2]. I prefer it to Black, which uses the \"wrong\"\nquotes by default, and a non-standard line length.\n\n[1] See gma/nvim-config@0976a35\n[2] https://blue.readthedocs.io/","shortMessageHtmlLink":"Format Python code with blue in Neovim"}},{"before":"c240411d2e248bec91426db8a4c3b15444b09d63","after":"a2678b0d02295a486e270d8b123846d7a73c97ba","ref":"refs/heads/main","pushedAt":"2023-10-24T12:07:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gma","name":"Graham Ashton","path":"/gma","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2122?s=80&v=4"},"commit":{"message":"Only use requirements.txt if it exists\n\nThe default action was failing for projects that don't yet have any\nnon-dev dependencies.","shortMessageHtmlLink":"Only use requirements.txt if it exists"}},{"before":"91f457ed280f9b7c4746e221e3029e0c7cd67b0e","after":"c240411d2e248bec91426db8a4c3b15444b09d63","ref":"refs/heads/main","pushedAt":"2023-10-24T11:39:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"gma","name":"Graham Ashton","path":"/gma","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2122?s=80&v=4"},"commit":{"message":"Add note on updating the README","shortMessageHtmlLink":"Add note on updating the README"}},{"before":"c7538173f91f318b27295443a2fc4ec76a719dd8","after":"91f457ed280f9b7c4746e221e3029e0c7cd67b0e","ref":"refs/heads/main","pushedAt":"2023-10-24T11:37:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"gma","name":"Graham Ashton","path":"/gma","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2122?s=80&v=4"},"commit":{"message":"Add note on updating the README","shortMessageHtmlLink":"Add note on updating the README"}},{"before":null,"after":"c7538173f91f318b27295443a2fc4ec76a719dd8","ref":"refs/heads/main","pushedAt":"2023-10-24T11:30:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"gma","name":"Graham Ashton","path":"/gma","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2122?s=80&v=4"},"commit":{"message":"Add note on updating the README","shortMessageHtmlLink":"Add note on updating the README"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAERQt_igA","startCursor":null,"endCursor":null}},"title":"Activity ยท gma/python-template"}