Skip to content

Commit b0e29c6

Browse files
committed
Remove last_modified from schema to calculate during build
1 parent 993fc29 commit b0e29c6

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,3 @@ repos:
1010
rev: 0.6.2
1111
hooks:
1212
- id: strip-exif
13-
14-
- repo: https://github.com/stefmolin/modification-timekeeper
15-
rev: 0.1.2
16-
hooks:
17-
- id: modification-timekeeper
18-
args: [--after-key=published]

keynote.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Build Your Own (Simple) Static Code Analyzer
33
author: Stefanie Molin
44
description: In this keynote, Stefanie Molin walks you through the process of creating a simple static code analyzer in Python using a data structure called an abstract syntax tree, which represents your code's structure and allows you to access its components in order to perform checks.
55
published: "2025-04-15T00:00:00.000-04:00"
6-
last_modified: "2025-04-24T12:12:00.000+03:00"
76
g_tag: G-25389D1SR4
87
keywords: [ast, docstring, abstract-syntax-tree, docstring-generator, numpydoc, python]
98
og:

0 commit comments

Comments
 (0)